glibc: When update, also regenerate the locales

A Glibc update may contain locale updates, so keep
/usr/lib/locale/locale-archive synced.

Other distros are also doing this when Glibc is updated with the package
manager.
This commit is contained in:
Xi Ruoyao 2024-02-03 18:55:26 +08:00
parent 7b54528e96
commit 677f795cf8
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -309,10 +309,11 @@ install -vm755 dest/usr/lib/*.so.* /usr/lib</userinput></screen>
</para> </para>
<para> <para>
Then continue to run the <command>make install</command> command Then continue to run the <command>make install</command> command,
and the <command>sed</command> command against the <command>sed</command> command against
<filename>/usr/bin/ldd</filename>. Once they are finished, reboot <filename>/usr/bin/ldd</filename>, and the commands to install
the system immediately. the locales. Once they are finished, reboot the system
immediately.
</para> </para>
</important> </important>