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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Feb 11 23:11:03 CET 2009


Revision: 3069
          http://gar.svn.sourceforge.net/gar/?rev=3069&view=rev
Author:   dmichelsen
Date:     2009-02-11 22:11:03 +0000 (Wed, 11 Feb 2009)

Log Message:
-----------
mGAR v2: Make sure licenses are always put in the right location

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-02-11 21:54:52 UTC (rev 3068)
+++ csw/mgar/gar/v2/gar.pkg.mk	2009-02-11 22:11:03 UTC (rev 3069)
@@ -70,8 +70,10 @@
 )
 endef
 
+# We do not put this in $(docdir), as the prefix may have been reset to some
+# other location and the license should always be in a fixed location.
 define licensedir
-$(docdir)/$(call catalogname,$(1))
+$(BUILD_PREFIX)/share/doc/$(call catalogname,$(1))
 endef
 
 # Set this to your svn binary


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