From: ivan Date: Sat, 13 Mar 2004 01:27:41 +0000 (+0000) Subject: really add the necessary backslashes this time, fix s/// delimteres X-Git-Tag: NET_WHOIS_RAW_0_31~77 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=06f0a601e40a06106f1d603edf3657c6753279ff really add the necessary backslashes this time, fix s/// delimteres --- 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