From c1a28e3ac70c91efe10d2e2bbb5eef5906b7ee49 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 22 Apr 2011 23:26:51 +0000 Subject: [PATCH] add install-chown to install --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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} -- 2.11.0