diff options
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> |