зеркало из https://github.com/mozilla/pjs.git
Changed build destination of the entity conversion tables.
This commit is contained in:
Родитель
63a4b5d79f
Коммит
c02fab3f3c
|
@ -1149,7 +1149,8 @@ sub MakeResourceAliases()
|
|||
_MakeAlias(":mozilla:intl:uconv:src:maccharset.properties", "$resource_dir");
|
||||
|
||||
_InstallResources(":mozilla:extensions:wallet:src:MANIFEST", "$resource_dir");
|
||||
_InstallResources(":mozilla:intl:unicharutil:tables:MANIFEST", "$resource_dir");
|
||||
my($entitytab_dir) = "$resource_dir" . "entityTables";
|
||||
_InstallResources(":mozilla:intl:unicharutil:tables:MANIFEST", "$entitytab_dir");
|
||||
|
||||
my($html_dir) = "$resource_dir" . "html:";
|
||||
_InstallResources(":mozilla:layout:html:base:src:MANIFEST_RES", "$html_dir");
|
||||
|
|
Загрузка…
Ссылка в новой задаче