From 0bfec9596615f85454378af865677e49f0a4f68d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Mar 2004 07:03:07 +0000 Subject: [PATCH] use a proper delimter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42f1b85f1..7f06cb7ef 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ configure-rt: cd rt; \ cp config.layout.in config.layout; \ perl -p -i -e "\ - s/%%%FREESIDE_DOCUMENT_ROOT%%%/${FREESIDE_DOCUMENT_ROOT}/g;\ + s'%%%FREESIDE_DOCUMENT_ROOT%%%'${FREESIDE_DOCUMENT_ROOT}'g;\ " config.layout ./configure --with-layout=Freeside\ --masonstatedir=${MASONDATA} \ -- 2.11.0