soundtouch/createsrcpack
2008-12-25 17:47:14 +00:00

16 lines
301 B
Plaintext
Executable File

# 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