better error reporting
[freeside.git] / Makefile
index 92ee0e2..be4e9db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,6 @@ INSTALLGROUP = root
 #not changable yet
 FREESIDE_CONF = /usr/local/etc/freeside
 
-#VERSION=1.4.0pre12
-#TAG=freeside_1_4_0_pre12
 VERSION=1.4.0pre13
 TAG=freeside_1_4_0_pre13
 #VERSION=1.4.0beta1
@@ -83,7 +81,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