[freeside-commits] freeside Makefile,1.201,1.202
Ivan,,,
ivan at wavetail.420.am
Fri Apr 22 16:26:53 PDT 2011
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv6919
Modified Files:
Makefile
Log Message:
add install-chown to install
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -w -d -r1.201 -r1.202
--- Makefile 18 Apr 2011 00:11:28 -0000 1.201
+++ Makefile 22 Apr 2011 23:26:51 -0000 1.202
@@ -283,7 +283,12 @@
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}
More information about the freeside-commits
mailing list