From ad9b084473dda50f892aca7f3aea483e391a3c0a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 5 Jan 2005 22:11:54 +0000 Subject: Fix a typo in glibc commands git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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: -mkdir -p /tools/lib/locale +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 -- cgit v1.2.3-54-g00ecf