diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-22 17:13:13 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-03-06 16:07:59 +0100 |
commit | 77d6732e1bc58588c9f8be84e70e34e68dbcb62b (patch) | |
tree | 847221941e612121ea716eb43d5d36de977791df /solenv | |
parent | fa28cb86dfc33b6b8bd17472bf5177ffb0f23014 (diff) |
Put also the LICENSE file in Resources on macOS
Follow-up: Fix gb_Extension_LICENSEFILE_DEFAULT.
Change-Id: Ia4888050099e74b93af67c58e988b4ae9e2516a1
(cherry picked from commit 3c946d688627ba0c31bcb37dfed4e6e180608854)
(cherry picked from commit c0c3575f7434712d294ccb0eaa7f49bf845437e0)
Reviewed-on: https://gerrit.libreoffice.org/34758
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
(cherry picked from commit 578c0236017833641d645a47dbaa7ae0e61e3a2d)
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index 9bf18c363978..626f399a42c8 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 |