possible fix for AVLinux VST bundles.
[ardour.git] / tools / linux_packaging / noderun
index 2a4166f7a0c57f55f657ddb3731c6c13cdad9761..90ed7f9d1ce525fcd2913ac8be15e0fd27a3cb78 100644 (file)
@@ -10,12 +10,13 @@ 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 --with-backends=jack,alsa || exit 1
 ./waf || exit 1
 cd tools/linux_packaging || exit 1
-./build --public --nostrip || exit 1
-file=`ls -t *.bz2 | head -1`
+./build --public --harvid --strip some || exit 1
+./package --public --singlearch || exit 1
+file=`ls -t *.tar`
 echo "Copying $file to shared folder ..."
 sudo cp $file $HOME/vmshare || exit 1