Reland bustage fix from bug 397621 - because we're going to need it anyway - Correctly set up the product name and profile location on mac for the new Shredder banding. r=reed.
git-svn-id: svn://10.0.0.236/trunk@252826 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fa7fd9f6b7
commit
3c415ab75d
@ -24,7 +24,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
use File::Find ();
|
||||
use File::Copy;
|
||||
|
||||
$::UtilsVersion = '$Revision: 1.392 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.393 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
@ -1364,6 +1364,7 @@ sub get_profile_dir {
|
||||
# $BinaryName and use the correct profile for browser.
|
||||
$profile_product_name = 'Firefox' if ($Settings::BinaryName =~ /^firefox/);
|
||||
$profile_product_name = 'Sunbird' if ($Settings::BinaryName =~ /^sunbird/);
|
||||
$profile_product_name = 'Thunderbird' if ($Settings::BinaryName =~ /^thunderbird/);
|
||||
|
||||
my $profile_dir;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user