diff options
author | Andras Timar <andras.timar@collabora.com> | 2022-02-11 21:56:12 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-02-13 09:38:58 +0100 |
commit | e32e0124f8da122af300210e637362832298ba96 (patch) | |
tree | 76ee47ff9f88169dc521a9c75f16a9fd784f842e /solenv | |
parent | 9f0bcaac08f13a58a341e0e51b7a2c647271a7d4 (diff) |
[cp] Collabora Office branding
Change-Id: I694d9a6c508853d2d980f76cc259ce1e39149da4
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/download.pm | 2 | ||||
-rw-r--r-- | solenv/bin/modules/installer/setupscript.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm index b0e414abbd06..d74ee707900f 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"; |