diff options
Diffstat (limited to 'chapter06')
-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 4756dfeee..f306993db 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -62,6 +62,10 @@ 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>Now prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |