summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-25 09:10:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-25 09:10:38 -0400
commit936362abc20e1b813ba81955ae9251bdae8a07ad (patch)
treeba60a3cf700d5abbb29ce7552ab2464db25fbfe3 /tools
parent781ec13084576793df341c6e162155c3d1fcebaf (diff)
more packaging tweaks related to git/wscript/python
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
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"