From e46b2185a28a3ddb6b6f8ad1bf3caccb18c54705 Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Tue, 16 May 2000 17:30:15 +0000 Subject: [PATCH] fix for assertions on startup. a=leaf. r=sspitzer and cata. --- intl/uconv/src/Makefile.in | 2 +- intl/uconv/src/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/intl/uconv/src/Makefile.in b/intl/uconv/src/Makefile.in index 0db1c17417c..e5e8efbd8cf 100644 --- a/intl/uconv/src/Makefile.in +++ b/intl/uconv/src/Makefile.in @@ -96,4 +96,4 @@ endif install:: $(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res - $(INSTALL) $(EXPORT_LOCALE) $(DIST)/bin/chrome/global/locale + $(INSTALL) $(EXPORT_LOCALE) $(DIST)/bin/chrome/locales/en-US/global/locale diff --git a/intl/uconv/src/makefile.win b/intl/uconv/src/makefile.win index 49d19697e27..f71b04e7bf2 100644 --- a/intl/uconv/src/makefile.win +++ b/intl/uconv/src/makefile.win @@ -96,7 +96,7 @@ install:: $(DLL) $(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib $(MAKE_INSTALL) .\charsetalias.properties $(DIST)\bin\res $(MAKE_INSTALL) .\wincharset.properties $(DIST)\bin\res - $(MAKE_INSTALL) charsetTitles.properties $(DIST)\bin\chrome\global\locale + $(MAKE_INSTALL) charsetTitles.properties $(DIST)\bin\chrome\locales\en-US\global\locale $(MAKE_INSTALL) charsetData.properties $(DIST)\bin\res $(MAKE_INSTALL) .\acceptlanguage.properties $(DIST)\bin\res