1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 08:21:37 +02:00
soundtouch/createsrcpack
2008-12-25 17:54:41 +00:00

16 lines
299 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