aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-puredyne-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-26 23:56:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-26 23:56:10 +0000
commit358f2d2215b171630054c1c59676ce705ca9b67e (patch)
tree7e096a5a707982de0c6bdbce9cfe0c817ad2fb7b /scripts/auto-build/pd-puredyne-auto-builder.sh
parent0a2b585e9a883ab28c55deb5f0d6d18236a6335a (diff)
add the names of the builds to the right places
svn path=/trunk/; revision=10656
Diffstat (limited to 'scripts/auto-build/pd-puredyne-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-puredyne-auto-builder.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-puredyne-auto-builder.sh b/scripts/auto-build/pd-puredyne-auto-builder.sh
index c50a2227..59395513 100755
--- a/scripts/auto-build/pd-puredyne-auto-builder.sh
+++ b/scripts/auto-build/pd-puredyne-auto-builder.sh
@@ -46,7 +46,8 @@ cd "${auto_build_root_dir}/packages/$BUILD_DIR"
#make -C "${auto_build_root_dir}/packages" set_version
make test_locations
make package_clean
-make install && make package
+make install PD-EXTENDED_VERSION_PREFIX=puredyne
+make package PD-EXTENDED_VERSION_PREFIX=puredyne
upload_build ()