Bug 521673 - Remove remnant OJI references; (Bv1) /toolkit/mozapps/installer/makecfgini.pl.

r=benjamin.
This commit is contained in:
Serge Gautherie 2010-03-04 19:19:41 +01:00
Родитель 36c47f96ab
Коммит 1c35802b8a
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -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);