diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-06-01 17:08:23 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-06-01 17:08:23 +0000 |
commit | 96c5ef7f9cc35973ad1a68e61c21ed479538daa9 (patch) | |
tree | ea7e5f29f97724dcf37714986317f6daa0a3d4e3 /scripts | |
parent | 099203b69050791f0dad8f631d5d62e674ddf5a4 (diff) |
oops, mistakenly committed, reverting
svn path=/trunk/; revision=13581
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 bb2535be..723645fd 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 |