diff options
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r-- | chapter06/gzip-inst.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index 95440fa7b..57fd9a457 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -4,6 +4,8 @@ <para>Install Gzip by running the following commands:</para> <para><screen><userinput>./configure --prefix=/usr && +cp gzexe.in gzexe.in.backup && +sed 's%"BINDIR"%/bin%' gzexe.in.backup > gzexe.in && make && make install && cd /usr/bin && |