summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-25 21:49:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-25 21:49:01 +0000
commit08fddb1217a67e86e82f08119c1e2c40a141c6f5 (patch)
tree6ece3fead5612f48edabc8464558ee1f124b9408 /tools
parent7f4318b34384dfba4804e0c8a014e82d5281bf3b (diff)
add call to ./package to noderun script
git-svn-id: svn://localhost/ardour2/branches/3.0@9209 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/noderun3
1 files changed, 2 insertions, 1 deletions
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