[csw-devel] SF.net SVN: gar:[5162] csw/mgar/gar/v2/gar.pkg.mk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Jun 5 02:37:49 CEST 2009


Revision: 5162
          http://gar.svn.sourceforge.net/gar/?rev=5162&view=rev
Author:   bdwalton
Date:     2009-06-05 00:37:49 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
correct typo

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.pkg.mk

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk	2009-06-04 22:09:13 UTC (rev 5161)
+++ csw/mgar/gar/v2/gar.pkg.mk	2009-06-05 00:37:49 UTC (rev 5162)
@@ -160,7 +160,7 @@
 _CSWCLASS_FILTER = | perl -ane '\
 		$(foreach FILE,$(SAMPLECONF),$$F[1] = "cswsampleconf" if ( $$F[2] =~ m(^$(FILE)$$) );)\
 		$(foreach FILE,$(PRESERVECONF),$$F[1] = "cswpreserveconf" if( $$F[2] =~ m(^$(FILE)$$) );)\
-		$(foreach FILE,$(INITMF),$$F[1] = "cswinitsmf" if( $$F[2] =~ m(^$(FILE)$$) );)\
+		$(foreach FILE,$(INITSMF),$$F[1] = "cswinitsmf" if( $$F[2] =~ m(^$(FILE)$$) );)\
 		print join(" ", at F),"\n";'
 _EXTRA_GAR_PKGS += CSWcswclassutils
 endif


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