From: ivan Date: Fri, 22 Apr 2011 23:26:51 +0000 (+0000) Subject: add install-chown to install X-Git-Tag: freeside_2_3_0~347 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c1a28e3ac70c91efe10d2e2bbb5eef5906b7ee49 add install-chown to install --- diff --git a/Makefile b/Makefile index d5576a30e..7cf90ccc7 100644 --- a/Makefile +++ b/Makefile @@ -283,7 +283,12 @@ update-selfservice: ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\ done -install: install-perl-modules install-docs install-init install-apache install-rt install-torrus install-texmf +install-chown: + chown freeside "${FREESIDE_CACHE}/counters.${DATASOURCE}" + chown freeside "${FREESIDE_CACHE}/cache.${DATASOURCE}" + chown freeside "${FREESIDE_EXPORT}/export.${DATASOURCE}" + +install: install-perl-modules install-docs install-init install-apache install-rt install-torrus install-texmf install-chown deploy: install ${HTTPD_RESTART}