mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
fixed nasty typo referring to /stage1/lib/locale in chapter 6 glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
eb70a732af
commit
223504c676
@ -81,7 +81,7 @@ correctly. The following instructions, in place of the install-locales
|
||||
command above, will install the minimum set of locales necessary for the
|
||||
tests to run successfully:</para>
|
||||
|
||||
<para><screen><userinput>mkdir -p /stage1/lib/locale
|
||||
<para><screen><userinput>mkdir -p /usr/lib/locale
|
||||
localedef -i de_DE -f ISO-8859-1 de_DE
|
||||
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
|
||||
localedef -i en_HK -f ISO-8859-1 en_HK
|
||||
|
Loading…
Reference in New Issue
Block a user