diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-13 13:00:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-13 13:00:41 -0700 |
commit | 43a3bfc79a80263967e5cba41ddbc72cec9c1e97 (patch) | |
tree | 31d50f862cc574d1696bbd1a85829a88f6e27b86 /Makefile | |
parent | db80d13447786bc554d40d4817a1b0d7a5b5e09f (diff) |
should fix intermittant slowness, RT#18719
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -170,6 +170,7 @@ install-docs: check-conflicts docs cp htetc/handler.pl ${MASON_HANDLER} perl -p -i -e "\ s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\ + s'%%%RT_ENABLED%%%'${RT_ENABLED}'g; \ " ${MASON_HANDLER} || true mkdir -p ${FREESIDE_EXPORT}/profile chown freeside ${FREESIDE_EXPORT}/profile |