summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-02-01 09:29:01 +0000
committerivan <ivan>2004-02-01 09:29:01 +0000
commit925481ac20556604df4cc37f6d74a83be7cc3843 (patch)
treeecd08493d6b3c51b01347bb3b77b96d01197f337
parent65ba63c7b02a1b42d3fd46567f393d20595c7b40 (diff)
use install to make all components of FREESIDE_CONF dir
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6def6f64..42c5773c2 100644
--- a/Makefile
+++ b/Makefile
@@ -152,8 +152,7 @@ create-database:
create-config: install-perl-modules
[ -e ${FREESIDE_CONF} ] && mv ${FREESIDE_CONF} ${FREESIDE_CONF}.`date +%Y%m%d%H%M%S` || true
- mkdir ${FREESIDE_CONF}
- chown freeside ${FREESIDE_CONF}
+ install -d -o freeside ${FREESIDE_CONF}
touch ${FREESIDE_CONF}/secrets
chown freeside ${FREESIDE_CONF}/secrets