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 -Rf soundtouch
rm soundtouch.zip rm soundtouch.zip
rm soundtouch.tar.gz
mkdir soundtouch mkdir soundtouch
cp -R * soundtouch cp -R * soundtouch
cd soundtouch cd soundtouch
rm -Rf soundtouch
rm -rf `find . -type d -name .svn` rm -rf `find . -type d -name .svn`
rm createsrcpack rm createsrcpack
chmod u+x bootstrap chmod u+x bootstrap