The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=8232bb38598957b8bb4f3d13738a05e16b05387a
commit 8232bb38598957b8bb4f3d13738a05e16b05387a Author: Baptiste Daroussin <b...@freebsd.org> AuthorDate: 2021-08-03 12:37:26 +0000 Commit: Baptiste Daroussin <b...@freebsd.org> CommitDate: 2021-08-03 12:37:26 +0000 locales: fix typo preventing installation of collation for ru_RU.CP866 --- share/colldef/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 15e84179c768..765abf9747f3 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -18,7 +18,7 @@ LOCALES_MAPPED+= af_ZA.ISO8859-1 af_ZA.ISO8859-15 LOCALES_MAPPED+= be_BY.ISO8859-5 be_BY.CP1251 LOCALES_MAPPED+= be_BY.ISO8859-5 be_BY.CP1131 LOCALES_MAPPED+= ru_RU.KOI8-R ru_RU.ISO8859-5 -LOCALES_MAPPED+= ru_RU.KOI8-R RU.CP866 +LOCALES_MAPPED+= ru_RU.KOI8-R ru_RU.CP866 LOCALES_MAPPED+= ru_RU.KOI8-R ru_RU.CP1251 LOCALES_MAPPED+= ru_RU.KOI8-R bg_BG.CP1251 LOCALES_MAPPED+= ca_IT.ISO8859-15 ca_IT.ISO8859-1 _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"