summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-04-28 21:07:47 +0000
committerTodd Naugle <toddn@glw.com>2011-04-28 21:07:47 +0000
commit5711425f187573caa53b040a81d39e3cca9f61f1 (patch)
tree6867c533d2ba4d17ab8753eda4dba886685e828a /tools/linux_packaging/package
parent1a342e758b226ddb7970ce91cbc50eb2ea33e6cb (diff)
Fix debug build detection
git-svn-id: svn://localhost/ardour2/branches/3.0@9453 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging/package')
-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 f820201d88..673f1439d1 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