aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-extended-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-23 21:29:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-23 21:29:06 +0000
commit8ba79fd9033900f5149db8f982c2d7c81bb8e621 (patch)
tree1aa72fc74795df721ee81fe08518199f27642e4a /scripts/auto-build/pd-extended-auto-builder.sh
parentc2bf0092b165f600d8a14f234c3270e29acafd71 (diff)
oops, forgot to remove debug bits
svn path=/trunk/; revision=10893
Diffstat (limited to 'scripts/auto-build/pd-extended-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 280b4596..09d2318a 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -37,16 +37,16 @@ esac
# convert into absolute path
cd "${SCRIPT_DIR}/../.."
-auto_build_root_dir="$(pwd)"
+auto_build_root_dir=`pwd`
echo "build root: $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
make test_locations
+echo "mounts ----------------------------------------"
mount
print_ip_address
-exit
make package_clean
make install && make package