Updated createsrcpack script

This commit is contained in:
oparviai 2011-07-15 20:21:28 +00:00
parent f2d9be1dfa
commit 319a1045c3

View File

@ -3,9 +3,11 @@
rm -Rf soundtouch
rm soundtouch.zip
rm soundtouch.tar.gz
mkdir soundtouch
cp -R * soundtouch
cd soundtouch
rm -Rf soundtouch
rm -rf `find . -type d -name .svn`
rm createsrcpack
chmod u+x bootstrap