diff options
-rw-r--r-- | chapter01/changelog.xml | 1 | ||||
-rw-r--r-- | chapter06/glibc.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6fc9ec2e3..b05c2c752 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -52,6 +52,7 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>January 5th, 2005 [matt]: Corrected typo in glibc commands (Chris Lingard)</para></listitem> <listitem><para>January 5th, 2005 [jeremy]: Upgraded to findutils 4.2.11</para></listitem> <listitem><para>January 5th, 2005 [jeremy]: Upgraded to Texinfo 4.8</para></listitem> 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 |