summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-04-23 20:18:45 +0200
committerAndras Timar <andras.timar@collabora.com>2019-06-15 20:59:27 +0200
commit8420751862851058a24ef968a116e330a09b7fc3 (patch)
treecc516a5adcb91f6081158e66e21bc2540e66c284 /instsetoo_native
parent0a2b2745a0b8ab1e699d47d59c040e464e11898a (diff)
Revert "always strip non-archive type installation packages"
This reverts commit 2797c4a0efe60726467593c6f2ea93774038b683. Change-Id: Iddbe476e853015803b2d1abcf8b366a780698add
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/CustomTarget_install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index 23c7f591af76..c5ac2b0ccca5 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -79,7 +79,7 @@ $(call instsetoo_native_msitemplates,$(1))
$(call gb_Helper_print_on_error, \
cd $(dir $@) \
$(foreach pkgformat,$(5),\
-&& $(if $(filter-out archive,$(pkgformat)),ENABLE_STRIP=1) $(PERL) -w $< \
+&& $(PERL) -w $< \
-f $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
-l $(subst $(WHITESPACE),$(COMMA),$(strip $(2))) \
-p $(PRODUCTNAME_no_spaces)$(3) \