summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-22 17:13:13 +0200
committerAndras Timar <andras.timar@collabora.com>2017-03-06 16:07:59 +0100
commit77d6732e1bc58588c9f8be84e70e34e68dbcb62b (patch)
tree847221941e612121ea716eb43d5d36de977791df /readlicense_oo
parentfa28cb86dfc33b6b8bd17472bf5177ffb0f23014 (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 'readlicense_oo')
-rw-r--r--readlicense_oo/Package_files.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/readlicense_oo/Package_files.mk b/readlicense_oo/Package_files.mk
index 1fa672d71416..fc0b34c3ed25 100644
--- a/readlicense_oo/Package_files.mk
+++ b/readlicense_oo/Package_files.mk
@@ -12,7 +12,11 @@ $(eval $(call gb_Package_Package,readlicense_oo_files,$(SRCDIR)/readlicense_oo/l
# LICENSE (upper case) is copied without EOL conversion
# license.txt is converted, prior to copy, see Package_license.mk
ifneq ($(OS),WNT)
+ifneq ($(OS),MACOSX)
$(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE,LICENSE))
+else
+$(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE,LICENSE))
+endif
endif
ifneq ($(OS),MACOSX)