[Libreoffice-commits] .: Makefile.top

Lubos Lunak llunak at kemper.freedesktop.org
Sun Jul 22 07:48:56 PDT 2012


 Makefile.top |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1ca7d3432c288f86710fff53674a021ef5e8e8ed
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sun Jul 22 16:48:23 2012 +0200

    install-tb target has meanwhile started using the .zip archive too

diff --git a/Makefile.top b/Makefile.top
index 69a8766..e7080dd 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -446,6 +446,7 @@ install-tb:
 	@rm -rf $(DEVINSTALLDIR)
 	@mkdir $(DEVINSTALLDIR)
 ifeq ($(OS_FOR_BUILD),WNT)
+	cd instsetoo_native && unset MAKEFLAGS && $(SOLARENV)/bin/build.pl FORCE2ARCHIVE=TRUE
 	unzip -d "$(DEVINSTALLDIR)" "$(SRCDIR)/instsetoo_native/$(INPATH)/LibreOffice_Dev/archive/install/en-US/LibO*_install-arc_en-US.zip"
 	mv "$(DEVINSTALLDIR)"/LibO*_install-arc_en-US/* "$(DEVINSTALLDIR)"/opt
 else


More information about the Libreoffice-commits mailing list