diff options
Diffstat (limited to 'chapter05/diffutils.xml')
-rw-r--r-- | chapter05/diffutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml index 62ba35874..12e200027 100644 --- a/chapter05/diffutils.xml +++ b/chapter05/diffutils.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Diffutils</title> + <para>First, fix some errors in the included gnulib code:</para> + +<screen><userinput remap="pre">sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen> + <para>Prepare Diffutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |