mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Added "createsrcpack" helper script
This commit is contained in:
parent
e76e03d521
commit
24f4231f6b
15
createsrcpack
Executable file
15
createsrcpack
Executable file
@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Loading…
x
Reference in New Issue
Block a user