diff options
author | ivan <ivan> | 2008-04-02 17:29:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-02 17:29:32 +0000 |
commit | 302cd8ed17d43823ef4ee4236fba12fcfeddbbca (patch) | |
tree | 1f753e60a6371850b13d7b12fbe3a2de770f2986 | |
parent | 07581b27e3807a69b0374bbb6e0cb6810d6fd040 (diff) |
substitute FREESIDE_CONF in apache conf files
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |