[Libreoffice-commits] .: bin/ooinstall

Jan Holesovsky kendy at kemper.freedesktop.org
Sun Oct 24 16:33:34 PDT 2010


 bin/ooinstall |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1f4bcf6d7b7c4848a7811d325ded03622aacea44
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Oct 25 01:32:58 2010 +0200

    Fix ooinstall to call the ooinstall from bootstrap.

diff --git a/bin/ooinstall b/bin/ooinstall
index 9e1f843..490f239 100755
--- a/bin/ooinstall
+++ b/bin/ooinstall
@@ -69,7 +69,7 @@ if ($help) {
 $sources_path=Cwd::realpath($setup_vars{'OOBUILDDIR'});
 
 # Call the solenv/bin/ooinstall
-system ("cd $sources_path/solenv/bin/ooinstall $linked $path");
+system ("cd $sources_path ; . *Set.sh ; solenv/bin/ooinstall $linked $path");
 
 print "Installing extra dictionaries...\n";
 system ("cd $setup_vars{TOOLSDIR}/bin ; " .


More information about the Libreoffice-commits mailing list