From ee35306e0c6757f68ae9120ca4fa52f410125847 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 6 Nov 2001 18:22:26 +0000 Subject: [PATCH] make foo for htetc/global.asa --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 15f8b85d8..54146b42c 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ TEMPLATE = asp #mason's a bit dodgy still #TEMPLATE = mason +ASP_GLOBAL = /usr/local/etc/freeside/asp-global + FREESIDE_DOCUMENT_ROOT = /var/www/freeside HTTPD_RESTART = /etc/init.d/apache restart @@ -48,6 +50,9 @@ docs: install-docs: docs [ -e ${FREESIDE_DOCUMENT_ROOT} ] && mv ${FREESIDE_DOCUMENT_ROOT} ${FREESIDE_DOCUMENT_ROOT}.`date +%Y%m%d%H%M%S` || true cp -r ${TEMPLATE}docs ${FREESIDE_DOCUMENT_ROOT} + [ ${TEMPLATE} eq asp -a ! -e ${ASP_GLOBAL} ] && mkdir ${ASP_GLOBAL} + [ ${TEMPLATE} eq asp ] && chown -R freeside ${ASP_GLOBAL} + [ ${TEMPLATE} eq asp ] && cp htetc/global.asa ${ASP_GLOBAL} perl-modules: cd FS; \ -- 2.20.1