summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-04-28 21:07:23 +0000
committerTodd Naugle <toddn@glw.com>2011-04-28 21:07:23 +0000
commit86e1bcb6b3a0736df6860805280a3676fbae7930 (patch)
tree5e9c5fe5d834ca6c4d43d61618a57e1412f35d2b
parent2f6dacdd13a4e35d8653e19a660910da0fd23f64 (diff)
Fix debug build detection
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9452 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/linux_packaging/package2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index 9eb5eda530..934ce361aa 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -58,7 +58,7 @@ else
DEBUG="F"
fi
-if [ x$DEBUG != x ]; then
+if [ x$DEBUG = xT ]; then
BUILDTYPE="dbg"
fi