glibc: Remove redundant mkdir -pv /usr/lib/locale command

It's created in chapter 7.
This commit is contained in:
Xi Ruoyao 2024-06-15 00:06:41 +08:00
parent cadbe55e4d
commit 9c7437f2fd
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -356,8 +356,7 @@ install -v -Dm644 ../nscd/nscd.service /usr/lib/systemd/system/nscd.service</use
The following instructions will install the minimum set of The following instructions will install the minimum set of
locales necessary for the optimal coverage of tests:</para> locales necessary for the optimal coverage of tests:</para>
<screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale <screen role="nodump"><userinput remap="locale-test">localedef -i C -f UTF-8 C.UTF-8
localedef -i C -f UTF-8 C.UTF-8
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8 localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
localedef -i de_DE -f ISO-8859-1 de_DE localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro