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