diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-17 20:39:34 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-17 20:39:34 +0000 |
commit | 2767b171c9cf8381858fbfa28300620685fe8c9a (patch) | |
tree | 61597a13249cddf929826cc87d24363fa9d718af /chapter06 | |
parent | e86763a61fab90ba341a5213eafcbbb1f4d089d8 (diff) |
Upgrade to Man-DB-2.5.6. Fixes #2481.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/man-db.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index a032c0424..4aea8c5e4 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -41,12 +41,6 @@ <sect2 role="installation"> <title>Installation of Man-DB</title> - <para>Apply a patch to fix a problem with the testsuite, which doesn't - expect <command>col</command> to be UTF-8 aware, which Util-Linux-NG's - version is:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&man-db-testsuite-patch;</userinput></screen> - <para>Prepare Man-DB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \ |