locales: fix installation of some collation files

When the unicode locales files where split off the non unicode locales
be_BY.ISO8859-5 and ca_IT.ISO8859-15 where non installed one due to
a typo, the other one was just missing its entry in the Makefile.

It was only notice a year later, by some postgres developpers as it was
breaking some of their tests.

Reported by:	tmunro
This commit is contained in:
Baptiste Daroussin 2022-04-05 09:12:24 +02:00
parent 132b00f906
commit 2f6f9eec38

View File

@ -106,10 +106,11 @@ LOCALES+= fi_FI.ISO8859-15
LOCALES+= et_EE.ISO8859-15
LOCALES+= es_MX.ISO8859-1
LOCALES+= af_ZA.ISO8859-1
LOCALSE+= be_BY.ISO8859-5
LOCALES+= be_BY.ISO8859-5
LOCALES+= pt_PT.ISO8859-15
LOCALES+= el_GR.ISO8859-7
LOCALES+= ru_RU.KOI8-R
LOCALES+= ca_IT.ISO8859-15
LOCALES+= cs_CZ.ISO8859-2
LOCALES+= da_DK.ISO8859-1
LOCALES+= da_DK.ISO8859-15