diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index eedd2627b..4756dfeee 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -62,14 +62,6 @@ esac</userinput></screen> without this patch.</para> </note> - <para>Apply a patch to fix a known issue with the test suite:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-sparse_fiemap-patch;</userinput></screen> - - <para>And fix another test:</para> - -<screen><userinput remap="pre">sed -i 's/^cmp sparse copy/wait; cmp sparse copy/' tests/cp/sparse-to-pipe</userinput></screen> - <para>Now prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |