~allsymes/vineyard/fixes

« back to all changes in this revision

Viewing changes to tools/package_python-wine.sh

  • Committer: Christian Dannie Storgaard
  • Date: 2010-02-09 00:16:01 UTC
  • Revision ID: cybolic@gmail.com-20100209001601-buzo38njir56xmsn
More work on packaging, removed .mo files that weren't supposed to be there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
cd /tmp
19
19
 
20
20
echo -n "Creating TAR.GZ archive of $name version $version..."
21
 
tar --exclude "$dir/debian" -czf "$name"_"$version.orig.tar.gz" $dir
 
21
tar --exclude "$name/.bzr" --exclude "$dir/debian" -czf "$name"_"$version.orig.tar.gz" $dir
22
22
echo " done."
23
23
 
24
24
echo -n "Creating source package of $name..."