aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-17 04:40:25 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-17 04:40:25 +0000
commitd33819596369a8a7ce0696dbcf36c954b371a357 (patch)
treeed97a3dd233de2cf97f2734398abe32783126526 /scripts/auto-build/pd-extended-auto-builder.sh
parent678d3d225d22dc281de5ceacb52d05299b070cc4 (diff)
split up patching and version munging into separate targets to support having the date in the version
svn path=/trunk/; revision=6120
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 48a78f0e..69b40cf8 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -44,7 +44,7 @@ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ \
${auto_build_root_dir}/
cd "${auto_build_root_dir}/packages/$BUILD_DIR"
-make -C "${auto_build_root_dir}/packages" patch_pd
+make -C "${auto_build_root_dir}/packages" patch
make install && make package && make test_package
make test_locations