Corrected some erroneous text in the Coreutils instructions, thanks to Greg Shafer for pointing it out

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Randy McMurchy 2008-10-06 00:44:26 +00:00
parent e4ab23261c
commit f3c13ba37e
2 changed files with 6 additions and 4 deletions

View File

@ -43,8 +43,9 @@
<sect2 role="installation">
<title>Installation of Coreutils</title>
<para>Coreutils sometimes fails to buld when using an old kernel so apply
a patch:</para>
<para>There's an internal issue with Coreutils which makes some of the
programs behave abnormally if you build using an older kernel. Apply a
patch to fix the issue:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen>

View File

@ -48,8 +48,9 @@
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
<para>Coreutils sometimes fails to buld when using an old kernel so apply
a patch:</para>
<para>There's an internal issue with Coreutils which makes some of the
programs behave abnormally if you build using an older kernel. Apply a
patch to fix the issue:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen>