summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-03-13 01:27:41 +0000
committerivan <ivan>2004-03-13 01:27:41 +0000
commit06f0a601e40a06106f1d603edf3657c6753279ff (patch)
tree83ffa622e4ea5d7c9867b7a5cc71c6b570f54a3c /Makefile
parent0fd798c8ecec0141cdb4c5db2016a94ae34a24f2 (diff)
really add the necessary backslashes this time, fix s/// delimteres
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6f7ae516..dc50433d2 100644
--- a/Makefile
+++ b/Makefile
@@ -121,9 +121,9 @@ install-docs: docs
[ "${TEMPLATE}" = "asp" ] && chown -R freeside ${ASP_GLOBAL} || true
[ "${TEMPLATE}" = "asp" ] && cp htetc/global.asa ${ASP_GLOBAL} || true
[ "${TEMPLATE}" = "mason" ] && cp htetc/handler.pl ${MASON_HANDLER} || true
- [ "${TEMPLATE}" = "mason" ] &&
+ [ "${TEMPLATE}" = "mason" ] && \
perl -p -i -e "\
- s/%%%FREESIDE_DOCUMENT_ROOT%%%/${FREESIDE_DOCUMENT_ROOT}/g; \
+ s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g; \
" ${MASON_HANDLER}
[ "${TEMPLATE}" = "mason" -a ! -e ${MASONDATA} ] && mkdir ${MASONDATA} || true
[ "${TEMPLATE}" = "mason" ] && chown -R freeside ${MASONDATA} || true