From 23161ca9028b99b1f817acc20a92466ccb3c38c0 Mon Sep 17 00:00:00 2001 From: "sgehani%netscape.com" Date: Tue, 10 Aug 1999 18:18:31 +0000 Subject: [PATCH] Exporting xpinstall resources to dist. Fixes bug 11126. --- build/mac/NGLayoutBuildList.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index 3f6526b3f8a..8c347ec08e7 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -1094,6 +1094,8 @@ sub MakeResourceAliases() my($rdf_dir) = "$resource_dir" . "rdf:"; BuildFolderResourceAliases(":mozilla:rdf:resources:", "$rdf_dir"); + my($xpinstall_dir) = "$resource_dir" . "xpinstall:"; + BuildFolderResourceAliases(":mozilla:xpinstall:res:", "$xpinstall_dir"); my($profile_dir) = "$resource_dir" . "profile:"; BuildFolderResourceAliases(":mozilla:profile:resources:", "$profile_dir");