summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/build
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-04-28 19:28:22 +0000
committerTodd Naugle <toddn@glw.com>2011-04-28 19:28:22 +0000
commit83cd8d1a8355fbe39ec9930d8714433b8a1fba82 (patch)
tree1aef5588a0ee0b87459406a68d5080197fb8dcd2 /tools/linux_packaging/build
parent06e8b6452dd458cee1ad0e53046a12923cf294e9 (diff)
Remove unused strip option from package script. Fixed build script to properly detect non-debug builds
git-svn-id: svn://localhost/ardour2/branches/3.0@9447 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging/build')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 0120cf39fe..2cef0bb045 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -117,7 +117,7 @@ else
DEBUG="F"
fi
-if [ x$DEBUG != x ]; then
+if [ x$DEBUG = xT ]; then
BUILDTYPE="dbg"
if [ x$STRIP = xall ] ; then
echo "A debug build with --strip all makes no sense - STRIP reset to \"some\""