aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-12 15:00:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-12 15:00:24 +0000
commit08c28112f8cc20f9b7d45dd417718996a7ca0d4b (patch)
tree924f92ae576dd09da09103686395f695b2d9b872 /scripts/auto-build/pd-extended-auto-builder.sh
parentf235eb7c9dcf3ed14cacf65ebfa3007afed56b5c (diff)
reordered to make compile errors clearer
svn path=/trunk/; revision=6273
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 145a2f99..f03916f0 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -44,9 +44,9 @@ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ \
cd "${auto_build_root_dir}/packages/$BUILD_DIR"
make -C "${auto_build_root_dir}/packages" patch
+make test_locations
make package_clean
make install && make package
-make test_locations
upload_build ()