diff options
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r-- | chapter06/gzip-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index c4048e571..51aaf8748 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -3,7 +3,8 @@ <para>Install Gzip by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr && +<para><screen><userinput>patch -Np1 -i ../gzip-&gzip-patch-version;.patch && +./configure --prefix=/usr && cp gzexe.in{,.backup} && sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in && make && |