Kaydet (Commit) 3c946d68 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Put also the LICENSE file in Resources on macOS

Change-Id: Ia4888050099e74b93af67c58e988b4ae9e2516a1
üst ca7f3050
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment