diff --git a/createsrcpack b/createsrcpack index a924dc4..315a4b3 100755 --- a/createsrcpack +++ b/createsrcpack @@ -9,7 +9,7 @@ cd soundtouch rm -rf `find . -type d -name .svn` rm createsrcpack chmod u+x bootstrap -./bootstrap -rm -rf autom4te.cache cd .. zip -r9 soundtouch.zip soundtouch +tar -cfh soundtouch.tar soundtouch +gzip soundtouch.tar