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 <beppe@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
Context
- [Libreoffice] [PATCH] A later change in download packets name. · Giuseppe Castagno
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.