X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=7cf90ccc77057097604febec0030a1c42b7d31aa;hb=6d10f9863e64529026e2ff4ec144608e846f0a6a;hp=d5576a30e652986dc7477ca1fb140c609f4a3d9c;hpb=2e371325e229755e33c04b8a173cd456944698ba;p=freeside.git 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}