summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-24 17:24:12 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-24 17:24:12 -0400
commit781ec13084576793df341c6e162155c3d1fcebaf (patch)
tree7d0f464bbf8f69bad0c5eb411840565978bde723 /tools/linux_packaging/package
parent52363ebefd165916fa6ba1e4ffb6f0cc5ac436c3 (diff)
more packaging changes/debugging
Diffstat (limited to 'tools/linux_packaging/package')
-rwxr-xr-xtools/linux_packaging/package2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index cffe32fded..b1ba58a250 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -52,7 +52,7 @@ done
# 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"