Added "createsrcpack" helper script

This commit is contained in:
oparviai 2008-12-25 17:47:14 +00:00
parent e76e03d521
commit 24f4231f6b

15
createsrcpack Executable file
View File

@ -0,0 +1,15 @@
# Helper script for building a source code release package
# $Id: $
rm -Rf soundtouch
rm soundtouch.zip
mkdir soundtouch
cp -R * soundtouch
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