summaryrefslogtreecommitdiff
path: root/Makefile.top
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-22 16:48:23 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-07-22 16:48:23 +0200
commit1ca7d3432c288f86710fff53674a021ef5e8e8ed (patch)
tree48b74e361655a6cfbd0828865e0ef8e1102d2677 /Makefile.top
parent4f5a9171ef2093fdae595674dc1b3ab2868cc8c8 (diff)
install-tb target has meanwhile started using the .zip archive too
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.top b/Makefile.top
index 69a8766a9db2..e7080dd8e831 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