a23a2bf
From 5155612a6e3a63d5b29fa3da522c2544dc6c8453 Mon Sep 17 00:00:00 2001
a23a2bf
From: David Tardon <dtardon@redhat.com>
a23a2bf
Date: Fri, 2 Nov 2012 10:06:46 +0100
a23a2bf
Subject: [PATCH] do not strip install set
a23a2bf
a23a2bf
Change-Id: I68fb75cc35b96ecd8e4a56ef3d5304741f8a443a
a23a2bf
---
a23a2bf
 instsetoo_native/util/makefile.mk | 2 +-
a23a2bf
 1 file changed, 1 insertion(+), 1 deletion(-)
a23a2bf
a23a2bf
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
a23a2bf
index 7906d74..54e399d 100644
a23a2bf
--- a/instsetoo_native/util/makefile.mk
a23a2bf
+++ b/instsetoo_native/util/makefile.mk
a23a2bf
@@ -244,7 +244,7 @@ $(MAKETARGETS){$(PKGFORMAT:^".")} : $(ADDDEPS)
a23a2bf
 .ENDIF			# "$(MAKETARGETS:e)"=="" && "$(MAKETARGETS:s/_//)"!="$(MAKETARGETS)"
a23a2bf
 .ENDIF			# "$(MAKETARGETS)"!=""
a23a2bf
 openoffice_%{$(PKGFORMAT:^".") .archive} :
a23a2bf
-    $(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f $(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p LibreOffice -u $(OUT) -buildid $(BUILD) -msitemplate $(MSIOFFICETEMPLATEDIR) -msilanguage $(COMMONMISC)$/win_ulffiles -strip -format $(@:e:s/.//) $(VERBOSESWITCH)
a23a2bf
+    $(PERL) -w $(SOLARENV)$/bin$/make_installer.pl -f $(PRJ)$/util$/openoffice.lst -l $(subst,$(@:s/_/ /:1)_, $(@:b)) -p LibreOffice -u $(OUT) -buildid $(BUILD) -msitemplate $(MSIOFFICETEMPLATEDIR) -msilanguage $(COMMONMISC)$/win_ulffiles -format $(@:e:s/.//) $(VERBOSESWITCH)
a23a2bf
     $(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl --buildid $(BUILD) --arch "$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst --product LibreOffice --languages $(subst,$(@:s/_/ /:1)_, $(@:b)) $(PRJ)$/util$/update.xml > $(MISC)/`date +%Y%m%d_%H%M`_$(RTL_OS)_$(RTL_ARCH)$(@:e).update.xml
a23a2bf
 
a23a2bf
 $(foreach,i,$(alllangiso) openofficedev_$i) : $$@{$(PKGFORMAT:^".")}
a23a2bf
-- 
a23a2bf
1.7.11.7
a23a2bf