From cb45de27938a352398cacf91b682fa3354784fe7 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Wed, 14 Jul 1999 22:19:56 +0000 Subject: [PATCH] Make the folder "Plugins", not "plugins". Also removed non-existent MANIFEST file reference. --- build/mac/NGLayoutBuildList.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index a25a8f50c2ec..faff5296a74e 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -655,8 +655,8 @@ sub BuildDist() mkpath([ ":mozilla:dist:viewer:", ":mozilla:dist:viewer_debug:" ]); #make default plugins folder so that apprunner won't go looking for 3.0 and 4.0 plugins. - mkpath([ ":mozilla:dist:viewer:plugins", ":mozilla:dist:viewer_debug:plugins"]); - mkpath([ ":mozilla:dist:client:plugins", ":mozilla:dist:client_debug:plugins"]); + mkpath([ ":mozilla:dist:viewer:Plugins", ":mozilla:dist:viewer_debug:Plugins"]); + mkpath([ ":mozilla:dist:client:Plugins", ":mozilla:dist:client_debug:Plugins"]); if ($main::MOZ_FULLCIRCLE) { @@ -1080,7 +1080,7 @@ sub MakeResourceAliases() _InstallResources(":mozilla:xpfe:browser:resources:skin:MANIFEST", "$navigator_chrome_dir:skin:default"); my($global_chrome_dir) = "$chrome_dir" . "Global"; - _InstallResources(":mozilla:xpfe:global:resources:content:MANIFEST", "$global_chrome_dir:content:default"); + #_InstallResources(":mozilla:xpfe:global:resources:content:MANIFEST", "$global_chrome_dir:content:default"); _InstallResources(":mozilla:xpfe:global:resources:skin:MANIFEST", "$global_chrome_dir:skin:default");