From 5711425f187573caa53b040a81d39e3cca9f61f1 Mon Sep 17 00:00:00 2001 From: Todd Naugle Date: Thu, 28 Apr 2011 21:07:47 +0000 Subject: Fix debug build detection git-svn-id: svn://localhost/ardour2/branches/3.0@9453 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/linux_packaging/package') 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 -- cgit v1.2.3