rar
[freeside.git] / Makefile
index 0d99e13..a37c7e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ FREESIDE_PATH = `pwd`
 
 SELFSERVICE_USER = fs_selfservice
 SELFSERVICE_MACHINES = localhost
-# SELFSERVICE_MACHINES = "web1.example.com web2.example.com"
+# SELFSERVICE_MACHINES = web1.example.com web2.example.com
 
 #---
 
@@ -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