diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-10 00:26:02 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-10 00:26:02 +0000 |
commit | fbb00ac78a28a5aa57bc48467308bd34d36732ff (patch) | |
tree | bb36d5b00439304adc15afd84423b3040ef15bf0 /chapter05/glibc-inst.xml | |
parent | 56029fbfe45458edd08c306b754a4fb1bb9a8468 (diff) |
Fixed minor typos in the instructions, and corrected the download URL for util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc-inst.xml')
-rw-r--r-- | chapter05/glibc-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 61dc8bb83..20897a4de 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -105,11 +105,11 @@ those locales which you need or want. This can be achieved by using the found in the <filename>INSTALL</filename> file in the <filename>glibc-&glibc-version;</filename> tree. However, there are a number of locales that are essential for the tests of future packages -to pass 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> +to pass correctly, in particular, the libstdc++ tests from GCC. 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 /tools/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 |