Per instruction from bsmedberg, remove conditional for call of making

installer on locale.  This should allow Mac OS X locale builds to proceed.
(cmp)
This commit is contained in:
cltbld 2004-10-20 02:29:37 +00:00
parent 147c2543b1
commit d645dc15b6

View File

@ -358,13 +358,9 @@ sub packit_l10n {
}
# the one operation we care about saving status of
if ($Settings::sea_installer || $Settings::stub_installer) {
$status = run_locale_shell_command "$Settings::Make -C $objdir/browser/locales installers-$locale";
if ($status != 0) {
$tinderstatus = 'busted';
}
} else {
$status = 0;
$status = run_locale_shell_command "$Settings::Make -C $objdir/browser/locales installers-$locale";
if ($status != 0) {
$tinderstatus = 'busted';
}
if ($tinderstatus eq 'success') {