diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:26:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:26:53 +0000 |
commit | eeee660481a5f73e77a6d53e6a72f697889b94c2 (patch) | |
tree | b9cfe145b24fb801b68732c479b33a540efef931 /chapter06 | |
parent | 62b134d02c0dd3ba8f1bcc397cde0fab75ad156d (diff) |
Upgrade to Bzip2-1.0.6. Fixes #2759.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index c1702c36a..97840c588 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -43,11 +43,9 @@ <sect2 role="installation"> <title>Installation of Bzip2</title> - <para>Apply 2 patches that will install the documentation for this package - and correct some hard-coded version numbers:</para> + <para>Apply a patch that will install the documentation for this package:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch; -patch -Np1 -i ../&bzip2-version-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> <para>The following command ensures installation of symbolic links are relative:</para> |