From: ivan Date: Tue, 16 Mar 2004 07:03:07 +0000 (+0000) Subject: use a proper delimter X-Git-Tag: NET_WHOIS_RAW_0_31~68 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0bfec9596615f85454378af865677e49f0a4f68d use a proper delimter --- 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} \