summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-05-25 22:13:24 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-05-25 22:13:24 +0000
commitfa42d70b855007b4e6c3404ca8c98aed156b1b3d (patch)
treecc8b1afb7bc9a7d20f5b57a510bd3a9f87521681 /tools
parente3946429108fdee5792a618a565729a12cb698a6 (diff)
remove --nostrip from noderun script, since it was removed from the build script
git-svn-id: svn://localhost/ardour2/branches/3.0@9592 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/noderun2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index 06cd662257..c52a2dbae4 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -15,7 +15,7 @@ svn update || exit 1
./waf || exit 1
cd tools/linux_packaging || exit 1
./build --public --strip some || exit 1
-./package --public --nostrip --singlearch || exit 1
+./package --public --singlearch || exit 1
file=`ls -t *.tar`
echo "Copying $file to shared folder ..."
sudo cp $file $HOME/vmshare || exit 1