diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:22:57 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:22:57 +0000 |
commit | 604fe6113e60b93f69dca9b74f6d27f3d80da2d2 (patch) | |
tree | 9e2aa777274c8ebe7666a5c7706521e6dc0213ab /chapter06 | |
parent | 641a3cd27ef5545e8d3ca9856abed4cbf7f72898 (diff) |
Add a patch to fix incorrect version numbers in Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index 63af5e009..1abaaa9e4 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -43,9 +43,11 @@ <sect2 role="installation"> <title>Installation of Bzip2</title> - <para>Apply a patch to install the documentation for this package:</para> + <para>Apply 2 patches that will install the documentation for this package + and correct some hard-coded version numbers:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch; +patch -Np1 -i ../&bzip2-version-patch;</userinput></screen> <para>The following command ensures installation of symbolic links are relative:</para> |