[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - solenv/bin
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 8 09:04:52 PDT 2012
solenv/bin/modules/installer/windows/msp.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 49bd4117a6b99ac944c77c7125669365a4d4f289
Author: Andras Timar <atimar at suse.com>
Date: Mon Oct 8 18:04:17 2012 +0200
drop the word 'PTF' from .msp name
Change-Id: Ia7cc4351644013e2b94c8e8408b89ed66b0e18ff
diff --git a/solenv/bin/modules/installer/windows/msp.pm b/solenv/bin/modules/installer/windows/msp.pm
index 41fe335..723e699 100644
--- a/solenv/bin/modules/installer/windows/msp.pm
+++ b/solenv/bin/modules/installer/windows/msp.pm
@@ -308,7 +308,7 @@ sub set_mspfilename
{
my ($allvariables, $mspdir, $languagesarrayref) = @_;
- my $databasename = $allvariables->{'PRODUCTNAME'} . "-PTF-" . $allvariables->{'PRODUCTVERSION'} . "-" . $allvariables->{'WINDOWSPATCHLEVEL'} . ".msp";
+ my $databasename = $allvariables->{'PRODUCTNAME'} . $allvariables->{'PRODUCTVERSION'} . "-" . $allvariables->{'WINDOWSPATCHLEVEL'} . ".msp";
my $fullmspname = $mspdir . $installer::globals::separator . $databasename;
More information about the Libreoffice-commits
mailing list