diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-05 22:11:54 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-05 22:11:54 +0000 |
commit | ad9b084473dda50f892aca7f3aea483e391a3c0a (patch) | |
tree | 44c29787d7b24b74111d74a34b63f280ac678c9d /chapter06 | |
parent | d76abb6553d3ecaf590a4ac475a5b3a8514c5c22 (diff) |
Fix a typo in glibc commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index b7f20a2b5..be6a4935a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -63,7 +63,7 @@ locales which you need or want. The following instructions, instead of the install-locales target above, will install the minimum set of locales necessary for the tests to run successfully:</para> -<screen><userinput>mkdir -p /tools/lib/locale +<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 |