summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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