From b7b279c588d31484ec50ba6223fcab9657a02a3c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 11 Jun 2013 09:30:56 -0400 Subject: round 2: *correctly* add --harvid to VM build scripts --- tools/linux_packaging/noderun | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/linux_packaging/noderun') diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun index 81a1dcb1f8..05f8eea2d2 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -11,10 +11,10 @@ fi cd $BASE || exit 1 git pull || exit 1 -./waf configure $* --strict --backtrace --noconfirm --harvid --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1 +./waf configure $* --strict --backtrace --noconfirm --also-libdir=$HOME/a3/inst/lib --also-include=$HOME/gtk/inst/include || exit 1 ./waf || exit 1 cd tools/linux_packaging || exit 1 -./build --public --strip some || exit 1 +./build --public --harvid --strip some || exit 1 ./package --public --singlearch || exit 1 file=`ls -t *.tar` echo "Copying $file to shared folder ..." -- cgit v1.2.3