aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-devel-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-devel-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-devel-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-devel-auto-builder.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/auto-build/pd-devel-auto-builder.sh b/scripts/auto-build/pd-devel-auto-builder.sh
index e336075a..a1ec4e8a 100755
--- a/scripts/auto-build/pd-devel-auto-builder.sh
+++ b/scripts/auto-build/pd-devel-auto-builder.sh
@@ -53,11 +53,12 @@ case $SYSTEM in
esac
cd "${auto_build_root_dir}/packages/$BUILD_DIR"
-make -C "${auto_build_root_dir}/packages" set_version
+make -C "${auto_build_root_dir}/packages" set_version PD-EXTENDED_VERSION_PREFIX=devel
make test_locations
mount
make package_clean
-make install && make package
+make install PD-EXTENDED_VERSION_PREFIX=devel
+make package PD-EXTENDED_VERSION_PREFIX=devel
upload_build ()