aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-26 16:16:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-09-26 16:16:07 +0000
commitf310e016d99cca9cfd571656ac480e4b602b7356 (patch)
tree9e3dac2f0f86d03421150cd25ef5880866b024b5 /scripts/auto-build/pd-extended-auto-builder.sh
parente7ef0380e7f650ee2686164dbce579ec31ae0e33 (diff)
add new script to automate the generation of Pd-extended source tarballs
svn path=/trunk/; revision=16307
Diffstat (limited to 'scripts/auto-build/pd-extended-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 721e7f3b..72686487 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -65,7 +65,7 @@ print_ip_address
if [ "$1" = "source-tarball-only" ]; then
echo "--- making source tarball ------------------------------"
version=$(get_pd_version $auto_build_root_dir)
- tarballname=Pd-extended_$version.tar.bz2
+ tarballname=Pd-extended_$version-source.tar.bz2
make_source_tarball "${auto_build_root_dir}" $tarballname
echo "The source tarball is here:"
echo " /tmp/$tarballname"