[Libreoffice-commits] .: Branch 'feature/calc-key-binding-compat' - solenv/bin

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Oct 11 15:57:35 PDT 2010


 solenv/bin/modules/installer/download.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51b6ff4553bf12f273434d5c54adbc6e7b71aee2
Author: Giuseppe Castagno <beppe at dsklnx.host.local>
Date:   Mon Oct 11 18:38:37 2010 +0200

    Changed one more of the dowload package names.

diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 738a360..0bc616f 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -467,7 +467,7 @@ sub get_downloadname_productname
 {
     my ($allvariables) = @_;
 
-    my $start = "LO";
+    my $start = "LibO";
 
     if ( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) { $start = "LibO"; }
     


More information about the Libreoffice-commits mailing list