summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2011-04-22 23:26:51 +0000
committerivan <ivan>2011-04-22 23:26:51 +0000
commitc1a28e3ac70c91efe10d2e2bbb5eef5906b7ee49 (patch)
tree3c32b2a38a8a1d0879729863347c6d3c74943c0f /Makefile
parentdad39ad50ddc5cbb549a0207262d94a4886d5fec (diff)
add install-chown to install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5576a3..7cf90cc 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}