[Libreoffice-commits] .: solenv/inc

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jul 22 00:20:44 PDT 2011


 solenv/inc/extension_post.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47b4ee01c88a58399ce510b68734072cf6d07bdb
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Jul 22 10:19:21 2011 +0300

    Get license.txt from where it actually is when cross-compiling

diff --git a/solenv/inc/extension_post.mk b/solenv/inc/extension_post.mk
index 5204af7..82421e2 100644
--- a/solenv/inc/extension_post.mk
+++ b/solenv/inc/extension_post.mk
@@ -159,7 +159,7 @@ $(DESCRIPTION) $(PHONYDESC) : $(DESCRIPTION_SRC)
 # may not fit...
 .IF "$(CUSTOM_LICENSE)"==""
 .IF "$(GUI)" == "WNT"
-PACKLICDEPS=$(SOLARBINDIR)/osl/license.txt
+PACKLICDEPS=$(SOLARVER)/$(INPATH)/bin/osl/license.txt
 .ELSE			# "$(GUI)" == "WNT"
 PACKLICDEPS=$(SOLARBINDIR)/osl/LICENSE
 .ENDIF			# "$(GUI)" == "WNT"


More information about the Libreoffice-commits mailing list