diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-01-23 22:49:07 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-01-23 22:49:07 +0000 |
commit | 3a1e22e8fd2284548527b86b5de0d8d8dfb4b6cf (patch) | |
tree | 1a45238c815900f400ca8650927a9a1b0a342c9e /chapter06 | |
parent | 5609769c45aa7f13de85f02a5feec8df0765f7c3 (diff) |
findutils: For consistency purposes, move the test suite failures to before the installation text, not after.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/findutils.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 3b227eb46..15b6d70fb 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -69,13 +69,13 @@ <screen><userinput remap="test">make check</userinput></screen> + <para>Two tests are known to fail in the chroot environment: + sv-bug-54171.old-O3 and sv-bug-54171.new-O3.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - <para>Two tests are known to fail in the chroot environment: - sv-bug-54171.old-O3 and sv-bug-54171.new-O3.</para> - <para revision="sysv">Some of the scripts in the LFS-Bootscripts package depend on <command>find</command>. As <filename class="directory">/usr</filename> may not be available during the early |