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>2021-03-30 16:33:39 +0200
commitd07217126bfc3131840c32306fe0307d55c9cd8e (patch)
tree8d91d93855693f4a7d9704e7545ede7c84e9e5b8 /instsetoo_native
parentd73b49a202c32a378711ba2fa215159361a2150b (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 aaf31ec741e8..d6ad00b6ccbb 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) \