diff options
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 1640517c1..4447704ab 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -47,6 +47,11 @@ <screen><userinput remap="pre">sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}</userinput></screen> + <para>There is also a bug in the <filename>zdiff</filename> script that + needs to be fixed:</para> + +<screen><userinput remap="pre">sed -i 's/5 -)/5 - >\&3)/' zdiff.in</userinput></screen> + <para>Prepare Gzip for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> |