From: ivan Date: Sat, 13 Mar 2004 01:27:43 +0000 (+0000) Subject: really add the necessary backslashes this time, fix s/// delimteres X-Git-Tag: freeside_1_4_2beta1~208 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=585cf5f8d7c5a853c02ba79e653d6145428a6250;p=freeside.git really add the necessary backslashes this time, fix s/// delimteres --- diff --git a/Makefile b/Makefile index 477bd2460..d96f25d0a 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