Put also the LICENSE file in Resources on macOS

Change-Id: Ia4888050099e74b93af67c58e988b4ae9e2516a1
This commit is contained in:
Tor Lillqvist 2017-02-22 17:13:13 +02:00
parent ca7f30506c
commit 3c946d6886

View file

@ -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)