From 86e1bcb6b3a0736df6860805280a3676fbae7930 Mon Sep 17 00:00:00 2001 From: Todd Naugle Date: Thu, 28 Apr 2011 21:07:23 +0000 Subject: [PATCH] Fix debug build detection git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9452 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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