diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 13:24:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-14 13:24:26 +0000 |
commit | 64fc68abb92ef3a69efad0c8c411dd6862d048c5 (patch) | |
tree | 7bbb56ab6a9b97c22dc58bbae862476cb2c3e621 /chapter06/bzip2.xml | |
parent | 44f3e016cea27d67a59ab599d8e64604351dfcc9 (diff) |
Add patch to install bzip2 documentation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r-- | chapter06/bzip2.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index d276f6df8..641fb5a25 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -32,6 +32,10 @@ GCC, Glibc, and Make</seg></seglistitem> <sect2 role="installation"> <title>Installation of Bzip2</title> +<para>Apply a patch to install the documentation for this package:</para> + +<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen> + <para>Prepare Bzip2 for compilation with:</para> <screen><userinput>make -f Makefile-libbz2_so |