diff --git a/tools/tinderbox/post-mozilla-rel.pl b/tools/tinderbox/post-mozilla-rel.pl index 73e79351192..4e7a047b4b9 100755 --- a/tools/tinderbox/post-mozilla-rel.pl +++ b/tools/tinderbox/post-mozilla-rel.pl @@ -779,7 +779,9 @@ sub packit_l10n { run_locale_shell_command "cp $archive_loc/*$locale*.tar.* $stagedir/"; } - if ($cachebuild and $Settings::update_package) { + if ($tinderstatus eq 'success' and + $cachebuild and + $Settings::update_package) { if ( ! -d "$objdir/dist/l10n-stage" ) { die "packit_l10n: $objdir/dist/l10n-stage is not a directory!\n"; }