From 585cf5f8d7c5a853c02ba79e653d6145428a6250 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 13 Mar 2004 01:27:43 +0000 Subject: [PATCH] really add the necessary backslashes this time, fix s/// delimteres --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0