From d07217126bfc3131840c32306fe0307d55c9cd8e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 23 Apr 2018 20:18:45 +0200 Subject: [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 --- 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 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) \ -- cgit