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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Aug 4 14:21:16 CEST 2010


Revision: 10697
          http://gar.svn.sourceforge.net/gar/?rev=10697&view=rev
Author:   dmichelsen
Date:     2010-08-04 12:21:16 +0000 (Wed, 04 Aug 2010)

Log Message:
-----------
mGAR v2: Fix bug when both LICENSE and LICENSE_<pkg> are specified

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

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk	2010-08-04 10:42:51 UTC (rev 10696)
+++ csw/mgar/gar/v2/gar.pkg.mk	2010-08-04 12:21:16 UTC (rev 10697)
@@ -587,8 +587,8 @@
 define licensefile
 $(strip 
   $(or 
-    $(call findlicensefile,$(or $(LICENSE_$(1)),$(LICENSE_FULL_$(1)))) 
-    $(call findlicensefile,$(or $(LICENSE),$(LICENSE_FULL))), 
+    $(call findlicensefile,$(or $(LICENSE_$(1)),$(LICENSE_FULL_$(1)))),
+    $(call findlicensefile,$(or $(LICENSE),$(LICENSE_FULL))),
   ) 
 )
 endef


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