diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-22 17:13:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-22 17:21:06 +0200 |
commit | 3c946d688627ba0c31bcb37dfed4e6e180608854 (patch) | |
tree | 766a50d36c794e079abb0829e8679c27dbdd282a /readlicense_oo | |
parent | ca7f30506cb05f64d4688faba366a12c86bb36dc (diff) |
Put also the LICENSE file in Resources on macOS
Change-Id: Ia4888050099e74b93af67c58e988b4ae9e2516a1
Diffstat (limited to 'readlicense_oo')
-rw-r--r-- | readlicense_oo/Package_files.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readlicense_oo/Package_files.mk b/readlicense_oo/Package_files.mk index 1f06bddea33c..0570a79ee82f 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) |