summaryrefslogtreecommitdiffstats
path: root/instsetoo_native
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-06-13 20:32:07 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-06-13 20:38:03 +0200
commit2797c4a0efe60726467593c6f2ea93774038b683 (patch)
treeb5c1fb02ff1c8626e4ba8408821967195c991833 /instsetoo_native
parentUse FormulaTokenArray::FirstRPNToken() (diff)
downloadcore-2797c4a0efe60726467593c6f2ea93774038b683.tar.gz
core-2797c4a0efe60726467593c6f2ea93774038b683.zip
always strip non-archive type installation packages
Change-Id: I676414b679bff95829bdc1d5d02cef4fcfca4576
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 59a4500e6ece..016fbbd03abd 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),\
-&& $(PERL) -w $< \
+&& $(if $(filter-out archive,$(pkgformat)),ENABLE_STRIP=1) $(PERL) -w $< \
-f $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
-l $(subst $(WHITESPACE),$(COMMA),$(strip $(2))) \
-p $(PRODUCTNAME_no_spaces)$(3) \