diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-10 08:30:34 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-10 08:30:34 +0000 |
commit | 223504c676851e9bf95b47789ea0e44add98acd6 (patch) | |
tree | 51aaf56acf6d8ab4541f81b0db493d7bb06ea425 /chapter06 | |
parent | eb70a732af25cb229165da7387164af976c4a0db (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index b9cfcdea5..376bbdacf 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -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 |