[csw-devel] SF.net SVN: gar:[11682] csw/mgar/pkg/apache2/branches/fs-rework/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Nov 22 02:19:24 CET 2010
Revision: 11682
http://gar.svn.sourceforge.net/gar/?rev=11682&view=rev
Author: bdwalton
Date: 2010-11-22 01:19:23 +0000 (Mon, 22 Nov 2010)
Log Message:
-----------
apache2/fs-rework: use _correct_ prototype filter to properly catch etc files for build CAS after moving to /etc
Modified Paths:
--------------
csw/mgar/pkg/apache2/branches/fs-rework/Makefile
Modified: csw/mgar/pkg/apache2/branches/fs-rework/Makefile
===================================================================
--- csw/mgar/pkg/apache2/branches/fs-rework/Makefile 2010-11-22 00:57:41 UTC (rev 11681)
+++ csw/mgar/pkg/apache2/branches/fs-rework/Makefile 2010-11-22 01:19:23 UTC (rev 11682)
@@ -198,7 +198,7 @@
PKGFILES_CSWap2worker = .*share/doc/ap2_worker.* .*sbin/httpd.worker
PKGFILES_CSWapache2rt = .*share/doc/apache2rt.*
-PROTOTYPE_FILTER = gawk '$$$$3 ~ /etc\/apache2/ && $$$$1 == "f" && $$$$3 !~ /CSW/ && $$$$3 !~ /original/ {$$$$1 = "e"; $$$$2 = "build"}; {print}'
+PROTOTYPE_FILTER = gawk '$$$$3 ~ /etc\/opt\/csw\/apache2/ && $$$$1 == "f" && $$$$3 !~ /CSW/ && $$$$3 !~ /original/ {$$$$1 = "e"; $$$$2 = "build"}; {print}'
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list