summaryrefslogtreecommitdiff
path: root/readlicense_oo/Package_license.mk
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-04-01 21:20:50 +0200
committerAndras Timar <andras.timar@collabora.com>2019-04-01 23:09:58 +0200
commit2c53846e8861c2252b712e5733936b83f66c4816 (patch)
treed94f1127c6d0612ff98a15db6d98fde066e4e85d /readlicense_oo/Package_license.mk
parent5f04be8d385f100d0775549cbdd7295cec1d1423 (diff)
(blind) fix of 'ERROR: Source for LICENSE.html not found!' on macOS
Change-Id: I0f87d96691281e773b48ab11380c0dfa3a65ebba Reviewed-on: https://gerrit.libreoffice.org/70083 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'readlicense_oo/Package_license.mk')
-rw-r--r--readlicense_oo/Package_license.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/readlicense_oo/Package_license.mk b/readlicense_oo/Package_license.mk
index 7f1b5bb309c8..67755904a007 100644
--- a/readlicense_oo/Package_license.mk
+++ b/readlicense_oo/Package_license.mk
@@ -20,9 +20,9 @@ endif
endif
ifneq ($(OS),MACOSX)
-$(eval $(call gb_Package_add_file,readlicense_oo_license,LICENSE.html,license.html))
+$(eval $(call gb_Package_add_file,readlicense_oo_license,LICENSE.html,LICENSE.html))
else
-$(eval $(call gb_Package_add_file,readlicense_oo_license,Resources/LICENSE.html,license.html))
+$(eval $(call gb_Package_add_file,readlicense_oo_license,Resources/LICENSE.html,LICENSE.html))
endif
# vim: set noet sw=4 ts=4: