From 08fddb1217a67e86e82f08119c1e2c40a141c6f5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 25 Mar 2011 21:49:01 +0000 Subject: add call to ./package to noderun script git-svn-id: svn://localhost/ardour2/branches/3.0@9209 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/noderun | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/linux_packaging/noderun') diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun index 2a4166f7a0..8568a7042a 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -15,7 +15,8 @@ svn update || exit 1 ./waf || exit 1 cd tools/linux_packaging || exit 1 ./build --public --nostrip || exit 1 -file=`ls -t *.bz2 | head -1` +./package --public --nostrip --singlearch || exit 1 +file=`ls -t *.tar` echo "Copying $file to shared folder ..." sudo cp $file $HOME/vmshare || exit 1 -- cgit v1.2.3