X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=48b7d7d7345a0334374f8e7b136d40dc3f8c2d90;hp=92ee0e270e4d2ea843139912f56866b4aae1358d;hb=f21edcf70602d7f2ea314d65382bd8c40f51d530;hpb=0c5d2706f6e199b309a130bd24ffdf4f3cea3834 diff --git a/Makefile b/Makefile index 92ee0e270..48b7d7d73 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ DATASOURCE = DBI:Pg:host=localhost;dbname=freeside DB_USER = freeside DB_PASSWORD= -#TEMPLATE = asp -TEMPLATE = mason +TEMPLATE = asp +#TEMPLATE = mason ASP_GLOBAL = /usr/local/etc/freeside/asp-global @@ -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