diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-04 18:07:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-04 18:07:27 +0000 |
commit | 37e7dabe7b8f89899666584c71aa3d669e6ff0bc (patch) | |
tree | f2d3e0ef536901369e1c5e933b4d4a3f6b91c30e /scripts | |
parent | bb24217ff673ac78ddfb68eb364e0ca53192171b (diff) |
included the patches into the branch-v0-40-extended so they don't need to be applied anymore
svn path=/trunk/; revision=8932
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 2 |
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 0a63c9eb..244f0f84 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -43,7 +43,7 @@ rsync -a --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 +make -C "${auto_build_root_dir}/packages" set_version make test_locations make package_clean make install && make package |