~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to package_mhwaveedit.sh

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
cd ..
20
20
echo "Packaging version $VERSION ..."
21
21
ln -s mhwaveedit mhwaveedit-$VERSION
22
 
tar cz --exclude '*CVS*' -f mhwaveedit-$VERSION.tar.gz mhwaveedit-$VERSION/*
23
 
tar cj --exclude '*CVS*' -f mhwaveedit-$VERSION.tar.bz2 mhwaveedit-$VERSION/*
 
22
tar cz --exclude '*CVS*' --exclude '*#*' -f mhwaveedit-$VERSION.tar.gz mhwaveedit-$VERSION/*
 
23
tar cj --exclude '*CVS*' --exclude '*#*' -f mhwaveedit-$VERSION.tar.bz2 mhwaveedit-$VERSION/*
24
24
 
25
25
if test -L mhwaveedit-$VERSION
26
26
then