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>2020-05-13 09:52:52 +0200
commit6a38c7cd0cfc6c7774c5b1e5db3a2bb6f3387de9 (patch)
tree7d4b5f419753fafe338a9e8dcb25ad20490b1f36 /instsetoo_native
parent80fc16b278af203dedbd0efe209739cb48f0d76a (diff)
[cp] Revert "always strip non-archive type installation packages"
This reverts commit 2797c4a0efe60726467593c6f2ea93774038b683. Without this it is not possible to make debug packages. 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 ce311e0368eb..7de17d582427 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -82,7 +82,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) \