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