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:
Jeremy Utley 2003-09-10 08:30:34 +00:00
parent eb70a732af
commit 223504c676

View File

@ -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