diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-24 18:53:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-24 18:53:08 +0000 |
commit | 31b446460c7132cf2e612c8f35bca0273cdffa70 (patch) | |
tree | 696c6276d8d63d974bee5c06c35477295f53d387 /chapter06 | |
parent | dfd55579192c30902ac2dcc11b761f3edf29a03d (diff) |
Update to perl-5.20.1.
Update to xz-5.0.7.
Update to linux-3.16.3.
Update to man-pages-3.73.
Update to libpipeline-1.3.1.
Update to man-db-2.7.0.1.
Update to procps-ng-3.3.10.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/man-db.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 503c9c07a..24f3f697a 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of Man-DB</title> + <para>Disable two tests that fail:</para> + +<screen><userinput remap="pre">sed -i 's/mandb-2 mandb-3 mandb-4/mandb-3/' src/tests/Makefile.in</userinput></screen> + <para>Prepare Man-DB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |