зеркало из https://github.com/mozilla/pjs.git
Build bustage... we need to look for contents.rdf in the preprocess case also. r/sr=dbaron
This commit is contained in:
Родитель
25d123eb42
Коммит
8bfe2a7b74
|
@ -470,6 +470,12 @@ while (<STDIN>) {
|
|||
my $srcPath = defined($2) ? substr($2, 1, -1) : $2;
|
||||
EnsureFileInDir("$chromeDir/$jarfile", $baseFilesDir, $dest, $srcPath, 0, 1);
|
||||
$args = "$args$dest ";
|
||||
if (!foreignPlatformFile($jarfile) && $autoreg && $dest =~ /([\w\d.\-\_\+]+)\/([\w\d.\-\_\\\/]+)contents.rdf/)
|
||||
{
|
||||
my $chrome_type = $1;
|
||||
my $pkg_name = $2;
|
||||
RegIt($chromeDir, $jarfile, $chrome_type, $pkg_name);
|
||||
}
|
||||
} elsif (/^\*\+\s+([\w\d.\-\_\\\/\+]+)\s*(\([\w\d.\-\_\\\/]+\))?$\s*/) {
|
||||
# preprocessed, override
|
||||
my $dest = $1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче