diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 07:38:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 07:38:47 +0000 |
commit | 4a7a683b9a72b17fe56efe9b1e0e2e33d1c9278d (patch) | |
tree | 8fa3ab5367dc2725d0a5c7d1b5cfd798e46b819b /chapter05/glibc-inst.xml | |
parent | b74e415582bf90f1189d9546cfd07b902b6f8e0a (diff) |
Applied Zack's various-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc-inst.xml')
-rw-r--r-- | chapter05/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 7be5e261f..0758ae04f 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -20,7 +20,7 @@ is putting your system at a very high risk.</para> <para>The documentation that comes with Glibc recommends to build the package not in the source directory but in a separate, dedicated directory:</para> -<para><screen><userinput>mkdir ../glibc-build && +<para><screen><userinput>mkdir ../glibc-build cd ../glibc-build</userinput></screen></para> <para>Next, prepare Glibc to be compiled:</para> |