From 936362abc20e1b813ba81955ae9251bdae8a07ad Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Mar 2013 09:10:38 -0400 Subject: more packaging tweaks related to git/wscript/python --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/linux_packaging') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 580b0af613..93bbcc95b8 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -114,7 +114,7 @@ case `uname -m` in esac # Figure out the Build Type -if grep -q "DEBUG = True" ../../build/c4che/default.cache.py; then +if grep -q "DEBUG = True" ../../build/c4che/_cache.py; then DEBUG="T" else DEBUG="F" -- cgit v1.2.3