substitute FREESIDE_CONF in apache conf files
authorivan <ivan>
Wed, 2 Apr 2008 17:28:43 +0000 (17:28 +0000)
committerivan <ivan>
Wed, 2 Apr 2008 17:28:43 +0000 (17:28 +0000)
Makefile

index 07b3aea..3a8c735 100644 (file)
--- 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