[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - instsetoo_native/CustomTarget_install.mk

Andras Timar andras.timar at collabora.com
Mon Apr 23 19:31:28 UTC 2018


 instsetoo_native/CustomTarget_install.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b8d55812170070ba60c45e46b38c0049aa480f2
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Apr 23 20:18:45 2018 +0200

    Revert "always strip non-archive type installation packages"
    
    This reverts commit 2797c4a0efe60726467593c6f2ea93774038b683.

diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index 23c7f591af76..c5ac2b0ccca5 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),\
-&& $(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) \


More information about the Libreoffice-commits mailing list