From fa42d70b855007b4e6c3404ca8c98aed156b1b3d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 25 May 2011 22:13:24 +0000 Subject: [PATCH] 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 --- tools/linux_packaging/noderun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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