X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=216cea0f0eefe32af843268fa804c102559a4edc;hb=7ca76f46076f7be7ed43453b88ca558b325e13e5;hp=58d8ca3585e50e76787db6344cd3787da8523d0a;hpb=b1ef23a40cd20a85196d39b051352f5be236d177;p=freeside.git diff --git a/Makefile b/Makefile index 58d8ca358..216cea0f0 100644 --- a/Makefile +++ b/Makefile @@ -195,6 +195,8 @@ install-docs: docs mkdir -p ${FREESIDE_EXPORT}/profile chown freeside ${FREESIDE_EXPORT}/profile rm -rf ${MASONDATA}/* + mkdir ${MASONDATA}/cache || true + mkdir ${MASONDATA}/obj || true chown -f -R freeside ${MASONDATA} || true dev-docs: @@ -233,7 +235,7 @@ perl-modules: " blib/lib/FS/part_export/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ - " blib/lib/FS/cust_main/*.pm blib/lib/FS/cust_pkg/*.pm;\ + " blib/lib/FS/cust_main/*.pm blib/lib/FS/cust_pkg/*.pm blib/lib/FS/contact/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ " blib/lib/FS/Daemon/*.pm;\