From 2e27307eac082ee252668b1bc268e052ed90d080 Mon Sep 17 00:00:00 2001 From: "tague%netscape.com" Date: Thu, 26 Aug 1999 02:59:31 +0000 Subject: [PATCH] Changed build destination of the entity conversion tables. git-svn-id: svn://10.0.0.236/trunk@44623 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/NGLayoutBuildList.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/build/mac/NGLayoutBuildList.pm b/mozilla/build/mac/NGLayoutBuildList.pm index 4ee706e7de7..92f6b1c6723 100644 --- a/mozilla/build/mac/NGLayoutBuildList.pm +++ b/mozilla/build/mac/NGLayoutBuildList.pm @@ -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");