X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=42f1b85f19e79539ecfce2e1fcea884869db6dd2;hp=20b70af676a053961d91ce6f4665ab664792129d;hb=6b54ceeb39da7915624bbcac63fb16e463916709;hpb=d5097ef7712573de5faf223de8c9ec0a43ffcff0 diff --git a/Makefile b/Makefile index 20b70af67..42f1b85f1 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,11 @@ create-config: install-perl-modules configure-rt: cd rt; \ - ./configure --htmldir=${FREESIDE_DOCUMENT_ROOT}/rt \ + cp config.layout.in config.layout; \ + perl -p -i -e "\ + s/%%%FREESIDE_DOCUMENT_ROOT%%%/${FREESIDE_DOCUMENT_ROOT}/g;\ + " config.layout + ./configure --with-layout=Freeside\ --masonstatedir=${MASONDATA} \ --with-db-type=Pg \ --with-db-database=freeside \