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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Sat Aug 8 06:05:35 CEST 2009


Revision: 5949
          http://gar.svn.sourceforge.net/gar/?rev=5949&view=rev
Author:   valholla
Date:     2009-08-08 04:05:35 +0000 (Sat, 08 Aug 2009)

Log Message:
-----------
fix typo in prototype_filter

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

Modified: csw/mgar/pkg/gnupg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnupg/trunk/Makefile	2009-08-08 03:40:48 UTC (rev 5948)
+++ csw/mgar/pkg/gnupg/trunk/Makefile	2009-08-08 04:05:35 UTC (rev 5949)
@@ -36,7 +36,8 @@
 CONFIGURE_ARGS += --disable-asm
 
 EXTRA_MERGE_EXCLUDE_FILES += .*/charset.alias
-PROTOTYPE_FILTER = awk ' $$$$3 ~/\/gpg$$$$/ { $$$$4 = 4755 } '
+PROTOTYPE_FILTER = awk '$$$$3 ~/\/gpg$$$$/ { $$$$4 = 4755 }
+					{ print }'
 
 REQUIRED_PKGS_CSWgnupg  = CSWbzip2 CSWcurlrt CSWggettextrt CSWiconv
 REQUIRED_PKGS_CSWgnupg += CSWoldaprt CSWreadline CSWzlib


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