mac archive packaging

git-svn-id: svn://10.0.0.236/trunk@157552 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld%netscape.com 2004-06-08 00:02:17 +00:00
parent 0fb4f953f1
commit 79bb4de8f9

View File

@ -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/";
}