summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-03-16 07:03:07 +0000
committerivan <ivan>2004-03-16 07:03:07 +0000
commit0bfec9596615f85454378af865677e49f0a4f68d (patch)
treefee6749bcc444c0cd786ab299e45707682397bf6 /Makefile
parent6b54ceeb39da7915624bbcac63fb16e463916709 (diff)
use a proper delimter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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} \