add install-chown to install
authorivan <ivan>
Fri, 22 Apr 2011 23:26:51 +0000 (23:26 +0000)
committerivan <ivan>
Fri, 22 Apr 2011 23:26:51 +0000 (23:26 +0000)
Makefile

index d5576a3..7cf90cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,12 @@ update-selfservice:
          ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\
        done
 
          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}
 
 deploy: install
        ${HTTPD_RESTART}