diff options
author | ivan <ivan> | 2008-04-02 17:28:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-02 17:28:43 +0000 |
commit | 4ddcaeadf6f2a313b37e276275a6d44a4c0d5f7d (patch) | |
tree | cdf48653c24570bbba0780915f24894927471a86 /Makefile | |
parent | 1c2b66d944840d931d219142fa166a99ccb95d92 (diff) |
substitute FREESIDE_CONF in apache conf files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |