New commits:
commit 705ee0647ab2ee15bbfcd80e40f8dd38d02dd10c
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
libcast use STAGED_INSTALL to create the castfs debug log instead of a
file check
diff --git a/ChangeLog b/ChangeLog
index 0acc5c3..f4cab67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * libcast: use STAGED_INSTALL to create castfs debug log instead of a
+ file check
+
2007-03-02 David Brown <dmlb2000 AT gmail.com>
* build_api/api2: check to make sure castfs is there before running
sanity
diff --git a/var/lib/sorcery/modules/libcast b/var/lib/sorcery/modules/libcast
index 67caf74..dbc2fdf 100755
--- a/var/lib/sorcery/modules/libcast
+++ b/var/lib/sorcery/modules/libcast
@@ -637,7 +637,7 @@ function create_compile_log() {
else
$COMPRESSBIN -f < $C_LOG > $COMPILE_LOGS/$SPELL-$VERSION$EXTENSION
fi
- if [ -f $CASTFS_DBGLOG ] ; then
+ if [[ $STAGED_INSTALL == on ]] ; then
message "${MESSAGE_COLOR}Creating castfs debug log" \