diff options
author | ivan <ivan> | 2004-03-16 06:59:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-16 06:59:51 +0000 |
commit | 503094650e95d616b467c51e96ec70be0bd79e57 (patch) | |
tree | bc6c08b5553dba9ab2d18069113a9d2917520072 /Makefile | |
parent | 746f4a81b7cc2073a06675a08e930d9f2d76cbb0 (diff) |
autogenerate rt/config.layout file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 \ |