From 5a4c72c0c049d36ce6fa88d2fdcc6795cb5add71 Mon Sep 17 00:00:00 2001 From: "kairo%kairo.at" Date: Wed, 30 Nov 2005 18:48:01 +0000 Subject: [PATCH] bug 310920 - don't force copying of Linux XPIs in packit, r=chase --- tools/tinderbox/post-mozilla-rel.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tinderbox/post-mozilla-rel.pl b/tools/tinderbox/post-mozilla-rel.pl index 50b1712a609f..819f23c7e06a 100755 --- a/tools/tinderbox/post-mozilla-rel.pl +++ b/tools/tinderbox/post-mozilla-rel.pl @@ -300,7 +300,6 @@ sub packit { TinderUtils::run_shell_command "cp -r $package_location/xpi $stagedir/windows-xpi"; } } elsif (is_linux()) { - TinderUtils::run_shell_command "cp -r $package_location/raw/xpi $stagedir/linux-xpi"; if ($Settings::stub_installer) { TinderUtils::run_shell_command "cp $package_location/stub/*.tar.* $stagedir/"; }