summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2002-05-10 07:54:11 +0000
committerivan <ivan>2002-05-10 07:54:11 +0000
commit101f05b91c1c9b627d88a7e60347159781caed0b (patch)
tree3f5e280d504a3e74c69e34047fca2ab2bf06c00c /Makefile
parentf221fec654d6d125d3ccb5aed5dce9f11fe8b99b (diff)
always re-install init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92ee0e2..68ef794 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