more packaging changes/debugging
[ardour.git] / tools / linux_packaging / package
index cffe32fdedfe3be5598208d70615eacb703d5353..b1ba58a250f9d49f8ef8df3c11dd016318aa8fab 100755 (executable)
@@ -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"