summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-12-05 00:18:53 +0100
committerAndras Timar <andras.timar@collabora.com>2022-12-05 00:57:05 +0100
commitce0748b24d8a120b37f5b3cd297c7bb5d473b605 (patch)
treebcc8c7f8ea8b34e79af75e3e79de74b3f297e2ba /instsetoo_native
parent59d35122eea485b56fb1f89625fffd85bac741a0 (diff)
[cp] fix multi-language DMG on macOS
Change-Id: I56ec73fab321f7740accd14f956dfd1230fd9e01
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_install.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index b9b4a964b81f..2cf82c43ad2c 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -109,7 +109,9 @@ else # LIBO_TEST_INSTALL
$(foreach lang,$(gb_HELP_LANGS), \
"ooohelppack:$(lang)::-helppack:$(pkgformat):nostrip" )) \
, \
- ":en-US:::$(pkgformat):$(if $(filter-out archive,$(pkgformat)),strip,nostrip)" \
+ $(if $(filter MACOSX,$(OS)), \
+ ":$(subst $(WHITESPACE),$(COMMA),$(strip $(instsetoo_native_WITH_LANG))):::$(pkgformat):$(if $(filter-out archive,$(pkgformat)),strip,nostrip)", \
+ ":en-US:::$(pkgformat):$(if $(filter-out archive,$(pkgformat)),strip,nostrip)") \
$(if $(filter ODK,$(BUILD_TYPE)), \
":en-US:_SDK::$(pkgformat):nostrip") \
$(if $(and $(filter HELP,$(BUILD_TYPE)), $(filter-out MACOSX,$(OS))), \