[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_install.mk
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Tue Jun 13 18:41:17 UTC 2017
instsetoo_native/CustomTarget_install.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2797c4a0efe60726467593c6f2ea93774038b683
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Tue Jun 13 20:32:07 2017 +0200
always strip non-archive type installation packages
Change-Id: I676414b679bff95829bdc1d5d02cef4fcfca4576
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) \
More information about the Libreoffice-commits
mailing list