From 942a8a46bf9adf682b27303563b511cff9e18421 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Fri, 27 Aug 1999 23:44:11 +0000 Subject: [PATCH] Uh, putting a comma in the right place. --- build/mac/NGLayoutBuildList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index a9d916ce2858..7e86f30b000c 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -1167,7 +1167,7 @@ sub MakeResourceAliases() BuildFolderResourceAliases(":mozilla:rdf:resources:", "$rdf_dir"); my($xpinstall_dir) = "$resource_dir" . "xpinstall:"; - _InstallResources(":mozilla:xpinstall:res:MANIFEST" "$xpinstall_dir"); + _InstallResources(":mozilla:xpinstall:res:MANIFEST", "$xpinstall_dir"); my($profile_dir) = "$resource_dir" . "profile:"; BuildFolderResourceAliases(":mozilla:profile:resources:", "$profile_dir");