Author: gnichols Date: 2011-04-26 15:22:45 +0000 (Tue, 26 Apr 2011) New Revision: 913
Modified: trunk/test-env/www/cgi/Makefile Log: back out change for 698984
Modified: trunk/test-env/www/cgi/Makefile =================================================================== --- trunk/test-env/www/cgi/Makefile 2011-04-25 16:11:40 UTC (rev 912) +++ trunk/test-env/www/cgi/Makefile 2011-04-26 15:22:45 UTC (rev 913) @@ -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