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

18 lines
359 B
Plaintext
Raw Normal View History

2008-12-25 18:47:14 +01:00
# Helper script for building a source code release package
2008-12-25 18:54:41 +01:00
# $Id$
2008-12-25 18:47:14 +01:00
rm -Rf soundtouch
rm soundtouch.zip
2011-07-15 22:21:28 +02:00
rm soundtouch.tar.gz
2008-12-25 18:47:14 +01:00
mkdir soundtouch
cp -R * soundtouch
cd soundtouch
2011-07-15 22:21:28 +02:00
rm -Rf soundtouch
2008-12-25 18:47:14 +01:00
rm -rf `find . -type d -name .svn`
rm createsrcpack
chmod u+x bootstrap
cd ..
zip -r9 soundtouch.zip soundtouch
2011-07-15 21:43:30 +02:00
tar -chf soundtouch.tar soundtouch
2011-07-15 21:40:05 +02:00
gzip soundtouch.tar