From 2797c4a0efe60726467593c6f2ea93774038b683 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 13 Jun 2017 20:32:07 +0200 Subject: always strip non-archive type installation packages Change-Id: I676414b679bff95829bdc1d5d02cef4fcfca4576 --- instsetoo_native/CustomTarget_install.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instsetoo_native') 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) \ -- cgit