git: 8232bb385989 - main - locales: fix typo preventing installation of collation for ru_RU.CP866
Baptiste Daroussin
bapt at FreeBSD.org
Tue Aug 3 12:39:22 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=8232bb38598957b8bb4f3d13738a05e16b05387a
commit 8232bb38598957b8bb4f3d13738a05e16b05387a
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-08-03 12:37:26 +0000
Commit: Baptiste Daroussin <bapt at 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
More information about the dev-commits-src-main
mailing list