more tweaks to get package names right
[ardour.git] / tools / linux_packaging / noderun
index 06cd66225743d258b02bef78335891f637c0fbe9..c48fdedbe7aac3c6fccdac49a86bec92f5a4f35d 100644 (file)
@@ -10,12 +10,12 @@ if mount | grep --silent vmshare ; then
 fi
 
 cd $BASE || exit 1
-svn update || exit 1
-./waf configure --strict --noconfirm || exit 1
+git pull || exit 1
+./waf configure $* --strict --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
-./package --public --nostrip --singlearch || exit 1
+./package --public --singlearch || exit 1
 file=`ls -t *.tar`
 echo "Copying $file to shared folder ..."
 sudo cp $file $HOME/vmshare || exit 1