diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2011-11-28 16:48:57 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2011-11-28 16:48:57 +0000 |
commit | 7132873a97ea61af1138e47040edf25c25e1e31b (patch) | |
tree | 71143cd4468e4a82d1da8da8aeb3b5b96a2b84f6 /chapter06/coreutils.xml | |
parent | 7505caa2796202754b81ef53b4e4c77b6419b12d (diff) |
Fix coreutils testsuite bug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 43a8c5418..7de4ebb55 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -62,6 +62,10 @@ esac</userinput></screen> without this patch.</para> </note> + <para>The following patch fixes a bug in the testsuite:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-tests-patch;</userinput></screen> + <para>Now prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |