summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-03-16 07:00:57 +0000
committerivan <ivan>2004-03-16 07:00:57 +0000
commit6b54ceeb39da7915624bbcac63fb16e463916709 (patch)
treefdb1f36891acaa43f4c4ca7ab6afea94677e22b1 /Makefile
parent503094650e95d616b467c51e96ec70be0bd79e57 (diff)
transposition
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\