diff options
-rw-r--r-- | chapter05/shellutils-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index e8ec2235c..99e28261f 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -3,7 +3,7 @@ <para>Before Sh-utils is installed, the sh-utils patch file needs to be unpacked. This patch file is necessary to avoid a conflict of -variable names with glibc when compiling and linking statically.<</para> +variable names with glibc when compiling and linking statically.</para> <para><screen><userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch &&</userinput> <userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> |