mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-06 23:20:03 +01:00
Updated createsrcpack script
This commit is contained in:
parent
f2d9be1dfa
commit
319a1045c3
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user