projects
/
diogenes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35d7a2c
)
Fix: make_dirs must create $SPOOL_DIR/diogenes_c directory
author
Florent Bruneau
<florent.bruneau@m4x.org>
Mon, 11 Dec 2006 12:32:19 +0000
(12:32 +0000)
committer
Florent Bruneau
<florent.bruneau@m4x.org>
Mon, 11 Dec 2006 12:32:19 +0000
(12:32 +0000)
config/make_dirs.sh
patch
|
blob
|
blame
|
history
diff --git
a/config/make_dirs.sh
b/config/make_dirs.sh
index
f5d1578
..
4414cfc
100755
(executable)
--- a/
config/make_dirs.sh
+++ b/
config/make_dirs.sh
@@
-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