[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Tue Feb 28 21:48:13 UTC 2017


 solenv/gbuild/platform/macosx.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0c3575f7434712d294ccb0eaa7f49bf845437e0
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 28 22:46:50 2017 +0100

    Fix gb_Extension_LICENSEFILE_DEFAULT
    
    ...post 3c946d688627ba0c31bcb37dfed4e6e180608854 "Put also the LICENSE file in
    Resources on macOS"
    
    Change-Id: I0a3435cc973d09e029ce4133d62544e4e432f6b5

diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 9bf18c3..626f399 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -334,7 +334,7 @@ gb_CliAssemblyTarget_get_dll :=
 
 # Extension class
 
-gb_Extension_LICENSEFILE_DEFAULT := $(INSTROOT)/LICENSE
+gb_Extension_LICENSEFILE_DEFAULT := $(INSTROOT)/Resources/LICENSE
 
 # UnpackedTarget class
 


More information about the Libreoffice-commits mailing list