X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=3a8c7359f8c92ce0d28a737276b53fd9cd868bee;hb=ebfc3f058e29e09631112ee355a2c57dce56914f;hp=07b3aeadde9028885e98e3f80ecb17236c0d9f1d;hpb=dec6029a770e07d3485e9ebd1549bd52c71220e8;p=freeside.git diff --git a/Makefile b/Makefile index 07b3aeadd..3a8c7359f 100644 --- a/Makefile +++ b/Makefile @@ -234,6 +234,7 @@ install-apache: ( [ ${RT_ENABLED} -eq 1 ] && install -o root -m 755 htetc/freeside-rt.conf ${APACHE_CONF} || true ) && \ perl -p -i -e "\ s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \ + s'%%%FREESIDE_CONF%%%'${FREESIDE_CONF}'g; \ s'%%%MASON_HANDLER%%%'${MASON_HANDLER}'g; \ " ${APACHE_CONF}/freeside-*.conf \ ) || true