use a proper delimter
authorivan <ivan>
Tue, 16 Mar 2004 07:03:07 +0000 (07:03 +0000)
committerivan <ivan>
Tue, 16 Mar 2004 07:03:07 +0000 (07:03 +0000)
Makefile

index 42f1b85..7f06cb7 100644 (file)
--- 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} \