~ubuntu-branches/ubuntu/lucid/pidgin-otr/lucid-security

« back to all changes in this revision

Viewing changes to makedist

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2008-07-10 17:34:32 UTC
  • mfrom: (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080710173432-aqx359odj7cp182a
Tags: 3.2.0-2
Make key generation use /dev/urandom (Closes: #489523)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
# Make the distribution tar.gz file from the CVS exported version
4
 
 
5
 
autoreconf -s -i
6
 
./configure --mandir=/usr/share/man --prefix=/usr
7
 
fakeroot make dist