From 0c5d2706f6e199b309a130bd24ffdf4f3cea3834 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 10 May 2002 07:42:51 +0000 Subject: [PATCH] INSTALLGROUP --- Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9022d2b70..92ee0e270 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,19 @@ INIT_FILE = /etc/init.d/freeside HTTPD_RESTART = /etc/init.d/apache restart FREESIDE_RESTART = /etc/init.d/freeside restart +INSTALLGROUP = root + #--- #not changable yet FREESIDE_CONF = /usr/local/etc/freeside -VERSION=1.4.0pre12 -TAG=freeside_1_4_0_pre12 +#VERSION=1.4.0pre12 +#TAG=freeside_1_4_0_pre12 +VERSION=1.4.0pre13 +TAG=freeside_1_4_0_pre13 +#VERSION=1.4.0beta1 +#TAG=freeside_1_4_0_beta1 help: @echo "supported targets: aspdocs masondocs alldocs docs install-docs" @@ -77,7 +83,7 @@ install-perl-modules: perl-modules make install UNINST=1 install-init: - [ -e ${INIT_FILE} ] || install -o root -g root -m 711 init.d/freeside-init ${INIT_FILE} + [ -e ${INIT_FILE} ] || install -o root -g ${INSTALLGROUP} -m 711 init.d/freeside-init ${INIT_FILE} install: install-perl-modules install-docs install-init -- 2.11.0