From: Florian G. <re...@us...> - 2008-01-28 01:14:32
|
Update of /cvsroot/perfparse/_perfparse-phpgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17680/phpgui Modified Files: Makefile.am Makefile.in Log Message: more design Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.in,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.in 18 Dec 2007 15:10:34 -0000 1.14 --- Makefile.in 28 Jan 2008 01:14:35 -0000 1.15 *************** *** 756,760 **** install-data-hook: chmod u+rwx $(DESTDIR)$(phpuidir)/templates_c ! chown ${INST_APACHE_USER} $(DESTDIR)$(phpuidir)/templates_c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. --- 756,760 ---- install-data-hook: chmod u+rwx $(DESTDIR)$(phpuidir)/templates_c ! chown -R ${INST_APACHE_USER} $(DESTDIR)$(phpuidir) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: Makefile.am =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 5 Sep 2007 22:18:30 -0000 1.7 --- Makefile.am 28 Jan 2008 01:14:35 -0000 1.8 *************** *** 326,329 **** install-data-hook: chmod u+rwx $(DESTDIR)$(phpuidir)/templates_c ! chown ${INST_APACHE_USER} $(DESTDIR)$(phpuidir)/templates_c --- 326,329 ---- install-data-hook: chmod u+rwx $(DESTDIR)$(phpuidir)/templates_c ! chown -R ${INST_APACHE_USER} $(DESTDIR)$(phpuidir) |