[ooo-build-commit] .: bin/ooinstall

Andras Timar timar at kemper.freedesktop.org
Thu Oct 7 03:58:28 PDT 2010


 bin/ooinstall |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 512dd9d757c3ea4e12da656a823089b04af8f2ae
Author: Andras Timar <timar at fsf.hu>
Date:   Thu Oct 7 12:56:59 2010 +0200

    s/OpenOffice/LibreOffice

diff --git a/bin/ooinstall b/bin/ooinstall
index db22ae5..d101ed6 100755
--- a/bin/ooinstall
+++ b/bin/ooinstall
@@ -143,7 +143,7 @@ if ( defined $setup_vars{OOO_STRIP} &&
 print "Running OOo installer\n";
 system ("cd $setup_vars{OOBUILDDIR}/instsetoo_native/util ; " .
 	"perl -d:DProf -w $configure_vars{SOLARENV}/bin/make_installer.pl " .
-	"-f openoffice.lst -l $langs -p OpenOffice " .
+	"-f openoffice.lst -l $langs -p LibreOffice " .
 	"-buildid $BUILD $destdir $strip " .
 	"-simple $path") && die "Failed to install: $!";
 
@@ -151,7 +151,7 @@ if (($setup_vars{'VENDORNAME'} eq 'Novell' || $setup_vars{'VENDORNAME'} eq 'Debi
     print "Running SDK installer\n";
     system ("cd $setup_vars{OOBUILDDIR}/instsetoo_native/util ; " .
 	"perl -w $configure_vars{SOLARENV}/bin/make_installer.pl " .
-	"-f openoffice.lst -l en-US -p OpenOffice_SDK " .
+	"-f openoffice.lst -l en-US -p LibreOffice_SDK " .
 	"-buildid $BUILD $destdir $strip " .
 	"-simple $path") && die "Failed to install: $!";
 }


More information about the ooo-build-commit mailing list