diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-07 16:42:31 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-07 16:42:31 +0000 |
commit | 549cfcfe7ac0afc6676ff824027c1c3e03c8f0fd (patch) | |
tree | 0f5ed649feb63483daef589f9d3d7067ec01e4b7 /chapter06/gzip-inst.xml | |
parent | 4bc6304e662f1ea1806a9828d85a0866f5751f8e (diff) |
Added gzip patch, added re_max_failures2 to Textutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 && |