Revert the last checkin for Bug 343665; upon further examination, it shouldn't be necessary.

This commit is contained in:
preed%mozilla.com 2006-07-05 21:31:29 +00:00
Родитель 7f78e1b8d9
Коммит 1ec8bb9a29
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -24,7 +24,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
use File::Find (); use File::Find ();
use File::Copy; use File::Copy;
$::UtilsVersion = '$Revision: 1.326 $ '; $::UtilsVersion = '$Revision: 1.327 $ ';
package TinderUtils; package TinderUtils;
@ -484,14 +484,11 @@ sub SetupPath {
# you have to match BuildDebug and --enable-optimize, # you have to match BuildDebug and --enable-optimize,
# --disable-debug to make things work here. # --disable-debug to make things work here.
my $actualProductName = defined($Settings::MacOSProductName) ?
$Settings::MacOSProductName : $Settings::ProductName;
$Settings::DistBin = "dist/"; $Settings::DistBin = "dist/";
# Deal with the most common case first. # Deal with the most common case first.
if ($Settings::ProductName ne 'XULRunner') { if ($Settings::ProductName ne 'XULRunner') {
$Settings::DistBin .= $actualProductName; $Settings::DistBin .= "$Settings::ProductName";
if ($Settings::BuildDebug) { if ($Settings::BuildDebug) {
$Settings::DistBin .= "Debug"; $Settings::DistBin .= "Debug";
} }