diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-23 18:23:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-23 18:23:16 +0000 |
commit | 1310170ab434cb53537b7bfeaa79ae9cf239fd86 (patch) | |
tree | 6ae094beb1fb4fd91254d73382cda7a1060a9ead /chapter06/man-db.xml | |
parent | fe05b08956d63876ea5dcc7c3fbb2f7dc797cd9e (diff) |
Add a patch to fix some internal problems
n Man-DB when viewing some pages. Thanks to William Immendorf
for posting the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 96e4603f8..e6df1aade 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of Man-DB</title> + <para>First apply the following patch to fix problems when viewing + some man pages:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&man-db-upstream_fixes-patch;</userinput></screen> + <para>Prepare Man-DB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \ |