Fix: make_dirs must create $SPOOL_DIR/diogenes_c directory
authorFlorent Bruneau <florent.bruneau@m4x.org>
Mon, 11 Dec 2006 12:32:19 +0000 (12:32 +0000)
committerFlorent Bruneau <florent.bruneau@m4x.org>
Mon, 11 Dec 2006 12:32:19 +0000 (12:32 +0000)
config/make_dirs.sh

index f5d1578..4414cfc 100755 (executable)
@@ -38,6 +38,7 @@ echo -n "Creating directories... "
 mkdir -p $RCS_DIR
 mkdir -p $SPOOL_DIR
 mkdir -p $SPOOL_DIR/templates_c
+mkdir -p $SPOOL_DIR/diogenes_c
 echo "done."
 
 # Set ownership