more packaging tweaks related to git/wscript/python
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 25 Mar 2013 13:10:38 +0000 (09:10 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 25 Mar 2013 13:10:38 +0000 (09:10 -0400)
tools/linux_packaging/build

index 580b0af613c87f77d1598b9805674364f3c4b6e0..93bbcc95b86ebb8fd4ca3672d83181c54de26af0 100755 (executable)
@@ -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"