[csw-devel] SF.net SVN: gar:[11616] csw/mgar/pkg/apache2/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Nov 15 02:58:17 CET 2010


Revision: 11616
          http://gar.svn.sourceforge.net/gar/?rev=11616&view=rev
Author:   bdwalton
Date:     2010-11-15 01:58:17 +0000 (Mon, 15 Nov 2010)

Log Message:
-----------
apache2: do not use ? instead of owner group and permissions in the prototype for the files marked as build CAS

Modified Paths:
--------------
    csw/mgar/pkg/apache2/trunk/Makefile

Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile	2010-11-15 01:56:22 UTC (rev 11615)
+++ csw/mgar/pkg/apache2/trunk/Makefile	2010-11-15 01:58:17 UTC (rev 11616)
@@ -198,7 +198,7 @@
 PKGFILES_CSWap2worker = .*share/doc/ap2_worker.* .*sbin/httpd.worker
 PKGFILES_CSWapache2rt = .*share/doc/apache2rt.*
 
-PROTOTYPE_FILTER = gawk '$$$$3 ~ /apache2\/etc/ && $$$$1 == "f" && $$$$3 !~ /CSW/ && $$$$3 !~ /original/ {$$$$1 = "e"; $$$$2 = "build"; $$$$4 = "?"; $$$$5 ="?"; $$$$6 = "?"}; {print}'
+PROTOTYPE_FILTER = gawk '$$$$3 ~ /apache2\/etc/ && $$$$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