always re-install init
authorivan <ivan>
Fri, 10 May 2002 07:54:11 +0000 (07:54 +0000)
committerivan <ivan>
Fri, 10 May 2002 07:54:11 +0000 (07:54 +0000)
Makefile

index 92ee0e2..68ef794 100644 (file)
--- 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