diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-06-19 16:24:27 -0400 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-06-19 16:24:27 -0400 |
| commit | 8adfb3bd99b4dcff2459756af090a640fd7a4b4a (patch) | |
| tree | c1e6adddda335f4d36a98039ccc5ac867ae7296d /pysoundtouch/soundtouch/createsrcpack | |
clone
Diffstat (limited to 'pysoundtouch/soundtouch/createsrcpack')
| -rwxr-xr-x | pysoundtouch/soundtouch/createsrcpack | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pysoundtouch/soundtouch/createsrcpack b/pysoundtouch/soundtouch/createsrcpack new file mode 100755 index 0000000..99acdbd --- /dev/null +++ b/pysoundtouch/soundtouch/createsrcpack @@ -0,0 +1,15 @@ +# Helper script for building a source code release package +# $Id: createsrcpack 43 2008-12-25 17:54:41Z oparviai $ + +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 |
