diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-30 19:13:56 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-30 19:13:56 +0000 |
commit | 099203b69050791f0dad8f631d5d62e674ddf5a4 (patch) | |
tree | ace64477c1ec7823a572b86efeb84b2eb88ffb60 /scripts/auto-build | |
parent | 1f12848028ff543b3938970ff4b77fe225eb5708 (diff) |
updated for new libdir layout which needs a different declare statment than the 0.41.4 release
svn path=/trunk/; revision=13580
Diffstat (limited to 'scripts/auto-build')
-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 723645fd..bb2535be 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -39,7 +39,7 @@ esac cd "${SCRIPT_DIR}/../.." auto_build_root_dir=`pwd` echo "build root: $auto_build_root_dir" -rsync_distro "$auto_build_root_dir" +#rsync_distro "$auto_build_root_dir" cd "${auto_build_root_dir}/packages/$BUILD_DIR" make -C "${auto_build_root_dir}/packages" set_version |