From 79bb4de8f9dcf97aa9ece0ac4d59668bd8ee104f Mon Sep 17 00:00:00 2001 From: "cltbld%netscape.com" Date: Tue, 8 Jun 2004 00:02:17 +0000 Subject: [PATCH] mac archive packaging git-svn-id: svn://10.0.0.236/trunk@157552 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tinderbox/post-mozilla-rel.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; }