From: ivan Date: Wed, 2 Apr 2008 17:29:32 +0000 (+0000) Subject: substitute FREESIDE_CONF in apache conf files X-Git-Tag: freeside_1_7_3rc2~6 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=302cd8ed17d43823ef4ee4236fba12fcfeddbbca;p=freeside.git substitute FREESIDE_CONF in apache conf files --- diff --git a/Makefile b/Makefile index 5860b5ae8..fd2f657b6 100644 --- a/Makefile +++ b/Makefile @@ -235,6 +235,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