Kaydet (Commit) 2797c4a0 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

always strip non-archive type installation packages

Change-Id: I676414b679bff95829bdc1d5d02cef4fcfca4576
üst 894818ff
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment