summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd55046a7..42f1b85f1 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ create-config: install-perl-modules
configure-rt:
cd rt; \
cp config.layout.in config.layout; \
- perl -p -i -e \"
+ perl -p -i -e "\
s/%%%FREESIDE_DOCUMENT_ROOT%%%/${FREESIDE_DOCUMENT_ROOT}/g;\
" config.layout
./configure --with-layout=Freeside\