Hi,

the attached patch change the default name of downloadable packages, e.g. the one is used should a correct product name missing.

See solenv/bin/modules/installer/download.pm file for details, in bootstrap repository.

Patch released according to LGPLv3+ license.

beppec56

--
Kind Regards,
Giuseppe Castagno
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu
beppec56 at openoffice.org
>From 624e5fdaab5e2e85b5d9b783f4caee8e30af4b27 Mon Sep 17 00:00:00 2001
From: Giuseppe Castagno <be...@dsklnx.host.local>
Date: Mon, 11 Oct 2010 18:38:37 +0200
Subject: [PATCH] Changed one more of the dowload package names.

---
 solenv/bin/modules/installer/download.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"; }
     
-- 
1.6.3.3

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to