From 101f05b91c1c9b627d88a7e60347159781caed0b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 10 May 2002 07:54:11 +0000 Subject: [PATCH] always re-install init --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92ee0e270..68ef79464 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,8 @@ install-perl-modules: perl-modules make install UNINST=1 install-init: - [ -e ${INIT_FILE} ] || install -o root -g ${INSTALLGROUP} -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 -o root -g ${INSTALLGROUP} -m 711 init.d/freeside-init ${INIT_FILE} install: install-perl-modules install-docs install-init -- 2.11.0