From 5442b2e9b96a19077b06dae5590f84e162261baa Mon Sep 17 00:00:00 2001 From: "dbragg%netscape.com" Date: Mon, 29 Nov 1999 21:19:06 +0000 Subject: [PATCH] Part of fixes for bug 17506. r=dougt git-svn-id: svn://10.0.0.236/trunk@54593 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/NGLayoutBuildList.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/build/mac/NGLayoutBuildList.pm b/mozilla/build/mac/NGLayoutBuildList.pm index 3d20f4a15ca..e4d41c8f57e 100644 --- a/mozilla/build/mac/NGLayoutBuildList.pm +++ b/mozilla/build/mac/NGLayoutBuildList.pm @@ -1239,6 +1239,7 @@ sub MakeResourceAliases() _InstallResources(":mozilla:xpinstall:res:MANIFEST", "$xpinstall_dir"); my($xpinstall_ch_dir) = "$chrome_dir" . "xpinstall"; _InstallResources(":mozilla:xpinstall:res:locale:en-US:MANIFEST", "$xpinstall_ch_dir:locale:en-US:", 0); + _InstallResources(":mozilla:xpinstall:res:content:MANIFEST", "$xpinstall_ch_dir:content:default:", 0); my($profile_chrome_dir) = "$chrome_dir" . "Profile"; _InstallResources(":mozilla:profile:resources:content:MANIFEST", "$profile_chrome_dir:content:default", 0);