From b48c1a32bfbdf83e28a3bd53655b54ad45e7abe0 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 8 Oct 2015 10:43:12 +0200 Subject: [cp] Collabora Office branding Change-Id: I9e79c07aa3cbb70076d9bab07294062df4be02c6 --- solenv/bin/modules/installer/download.pm | 2 +- solenv/bin/modules/installer/setupscript.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm index 63103816e89f..c1776053ec1e 100644 --- a/solenv/bin/modules/installer/download.pm +++ b/solenv/bin/modules/installer/download.pm @@ -290,7 +290,7 @@ sub get_downloadname_productname my $start = ""; - $start = $allvariables->{'PRODUCTNAME'}; + $start = $allvariables->{'PRODUCTNAME'}; $start =~ s/ /_/g; return $start; } diff --git a/solenv/bin/modules/installer/setupscript.pm b/solenv/bin/modules/installer/setupscript.pm index 6eefe01f0bd5..4a5a1003cb3e 100644 --- a/solenv/bin/modules/installer/setupscript.pm +++ b/solenv/bin/modules/installer/setupscript.pm @@ -166,7 +166,7 @@ sub add_lowercase_productname_setupscriptvariable $newline = "\%MASKEDPRODUCTNAME " . $value . "\n"; push(@{$variablesref} ,$newline); $value = $original; - $value =~ s/\s/\_/g; + $value =~ s/\s//g; $newline = "\%UNIXPRODUCTNAME " . lc($value) . "\n"; push(@{$variablesref} ,$newline); $newline = "\%SYSTEMINTUNIXPACKAGENAME " . lc($value) . "\n"; -- cgit