From 61a3f53b17e8327d601bf29cdd389ffc7b5005b7 Mon Sep 17 00:00:00 2001 From: "tao%netscape.com" Date: Fri, 9 Jun 2000 01:13:58 +0000 Subject: [PATCH] 33663: PLS copy bookmarks.html, panels.rdf to bin/defaults/profile/[en-US]. r=jbetak. --- profile/defaults/Makefile.in | 1 + profile/defaults/makefile.win | 1 + 2 files changed, 2 insertions(+) diff --git a/profile/defaults/Makefile.in b/profile/defaults/Makefile.in index 24e4992cc95..901b3c255c7 100644 --- a/profile/defaults/Makefile.in +++ b/profile/defaults/Makefile.in @@ -37,3 +37,4 @@ FILES := $(addprefix $(srcdir)/, $(FILES)) install:: $(INSTALL) $(FILES) $(DIST)/bin/defaults/profile + $(INSTALL) $(FILES) $(DIST)/bin/defaults/profile/en-US diff --git a/profile/defaults/makefile.win b/profile/defaults/makefile.win index 83683862579..22acae304b5 100644 --- a/profile/defaults/makefile.win +++ b/profile/defaults/makefile.win @@ -32,3 +32,4 @@ FILES=\ install:: -for %i in ($(FILES:/=\)) do $(MAKE_INSTALL) %i $(DIST)\bin\defaults\profile + -for %i in ($(FILES:/=\)) do $(MAKE_INSTALL) %i $(DIST)\bin\defaults\profile\en-US