diff --git a/mozilla/tools/tinderbox/post-mozilla-rel.pl b/mozilla/tools/tinderbox/post-mozilla-rel.pl index cf3d8b53b2d..2de21864e41 100755 --- a/mozilla/tools/tinderbox/post-mozilla-rel.pl +++ b/mozilla/tools/tinderbox/post-mozilla-rel.pl @@ -148,7 +148,7 @@ sub packit { if (is_windows()) { TinderUtils::run_shell_command "cp $package_location/../*.zip $stagedir/"; } elsif (is_mac()) { - die "WRITE ME!"; + TinderUtils::run_shell_command "cp $package_location/../dist/*.dmg.gz $stagedir/"; } else { TinderUtils::run_shell_command "cp $package_location/../dist/*.tar.gz $stagedir/"; }