From 0d0f487686fde76c01e09e7126e46c7ef2886730 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 1 Apr 2011 18:49:18 +0000 Subject: [PATCH] another potential fix for partial stripping of a linux bundle git-svn-id: svn://localhost/ardour2/branches/3.0@9252 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 8568a7042a..06cd662257 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -14,7 +14,7 @@ svn update || exit 1 ./waf configure --strict --noconfirm || exit 1 ./waf || exit 1 cd tools/linux_packaging || exit 1 -./build --public --nostrip || exit 1 +./build --public --strip some || exit 1 ./package --public --nostrip --singlearch || exit 1 file=`ls -t *.tar` echo "Copying $file to shared folder ..."