X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=a820cb1e6f7b043344340de58d2d0421fa422c8b;hb=2c38085c11751a8c5f69e57b821a2ecbbce8f60d;hp=cf69f3198e1729fe7ab22d68a58940153483cc15;hpb=bd55d50819f4e0df8d216b4a32928444cb7b3559;p=freeside.git diff --git a/Makefile b/Makefile index cf69f3198..a820cb1e6 100644 --- a/Makefile +++ b/Makefile @@ -186,6 +186,7 @@ perl-modules: " blib/lib/FS.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ + s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ " blib/lib/FS/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\ @@ -236,6 +237,7 @@ install-apache: ) || true install-selfservice: + [ -e ~freeside ] || cp -pr /etc/skel ~freeside && chown -R freeside ~freeside [ -e ~freeside/.ssh/id_dsa.pub ] || su - freeside -c 'ssh-keygen -t dsa' for MACHINE in ${SELFSERVICE_MACHINES}; do \ scp -r fs_selfservice/FS-SelfService ${SELFSERVICE_INSTALL_USER}@$$MACHINE:. ;\