From d33819596369a8a7ce0696dbcf36c954b371a357 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Oct 2006 04:40:25 +0000 Subject: split up patching and version munging into separate targets to support having the date in the version svn path=/trunk/; revision=6120 --- scripts/auto-build/pd-extended-auto-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-extended-auto-builder.sh') 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 -- cgit v1.2.1