Author: gnichols Date: 2011-03-08 17:04:53 +0000 (Tue, 08 Mar 2011) New Revision: 798
Modified: trunk/test-env/www/cgi/Makefile Log: remove mistake in commit
Modified: trunk/test-env/www/cgi/Makefile =================================================================== --- trunk/test-env/www/cgi/Makefile 2011-03-08 13:55:28 UTC (rev 797) +++ trunk/test-env/www/cgi/Makefile 2011-03-08 17:04:53 UTC (rev 798) @@ -28,7 +28,6 @@ rm -rf $(DESTDIR)/var/v7/cgi mkdir -p $(DESTDIR)/var/v7/cgi mkdir -p $(DESTDIR)/var/v7/store - chown apache:apache $(DESTDIR)/var/v7/store for file in $(FILES); do cp -f $$file $(DESTDIR)/var/v7/cgi/$$file; done for i in $(SUBDIRS); do $(MAKE) -C $$i V7_CATALOG_CSS_COPY=$(V7_CATALOG_CSS_COPY) install; done mkdir -p $(DESTDIR)/etc/httpd/conf.d
v7-commits@lists.stg.fedorahosted.org