diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-06-13 20:32:07 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-06-13 20:38:03 +0200 |
commit | 2797c4a0efe60726467593c6f2ea93774038b683 (patch) | |
tree | b5c1fb02ff1c8626e4ba8408821967195c991833 /instsetoo_native | |
parent | 894818ffe020d2d633013082092bb14cf10742f0 (diff) |
always strip non-archive type installation packages
Change-Id: I676414b679bff95829bdc1d5d02cef4fcfca4576
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/CustomTarget_install.mk | 2 |
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) \ |