зеркало из https://github.com/mozilla/gecko-dev.git
Bug 521673 - Remove remnant OJI references; (Bv1) /toolkit/mozapps/installer/makecfgini.pl.
r=benjamin.
This commit is contained in:
Родитель
36c47f96ab
Коммит
1c35802b8a
|
@ -157,14 +157,6 @@ while($line = <fpInIt>)
|
|||
|
||||
$installSize = OutputInstallSize("$inStagePath/$componentName");
|
||||
|
||||
# special oji consideration here. Since it's an installer that
|
||||
# seamonkey installer will be calling, the disk space allocation
|
||||
# needs to be adjusted by an expansion factor of 3.62.
|
||||
if($componentName =~ /oji/i)
|
||||
{
|
||||
$installSize = int($installSize * 3.62);
|
||||
}
|
||||
|
||||
if($componentName =~ /gre/i)
|
||||
{
|
||||
$installSize = int($installSize * 4.48);
|
||||
|
|
Загрузка…
Ссылка в новой задаче