зеркало из https://github.com/mozilla/gecko-dev.git
comment out line that attempted to copy resources that were obsoleted from the tree by rods. the perl script would choke when it tried to copy files into mozilla/dist that aren't there.
This commit is contained in:
Родитель
16ef32c299
Коммит
34da36e5e2
|
@ -664,7 +664,7 @@ sub MakeResourceAliases()
|
|||
BuildFolderResourceAliases(":mozilla:webshell:tests:viewer:resources:", "$samples_dir");
|
||||
|
||||
my($toolbar_dir) = "$resource_dir" . "toolbar:";
|
||||
BuildFolderResourceAliases(":mozilla:xpfe:xpviewer:src:resources:toolbar:", "$toolbar_dir");
|
||||
# BuildFolderResourceAliases(":mozilla:xpfe:xpviewer:src:resources:toolbar:", "$toolbar_dir");
|
||||
|
||||
my($rdf_dir) = "$resource_dir" . "rdf:";
|
||||
BuildFolderResourceAliases(":mozilla:rdf:resources:", "$rdf_dir");
|
||||
|
|
Загрузка…
Ссылка в новой задаче