Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2021 12:39:22 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8232bb385989 - main - locales: fix typo preventing installation of collation for ru_RU.CP866
Message-ID:  <202108031239.173CdMex098394@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=8232bb38598957b8bb4f3d13738a05e16b05387a

commit 8232bb38598957b8bb4f3d13738a05e16b05387a
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-08-03 12:37:26 +0000
Commit:     Baptiste Daroussin <bapt@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108031239.173CdMex098394>