13
0

more packaging tweaks related to git/wscript/python

This commit is contained in:
Paul Davis 2013-03-25 09:10:38 -04:00
parent 781ec13084
commit 936362abc2

View File

@ -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"