summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-01 18:49:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-01 18:49:18 +0000
commit0d0f487686fde76c01e09e7126e46c7ef2886730 (patch)
treea4e67aebaed1749dc6ad216510199387c9deff3c /tools
parent22fe07d1c4353d67c030848a4676fa75169d5fd6 (diff)
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
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 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 ..."