From 03b12974a1b309baf6dd067c73d77c06d96bf164 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 17 Feb 2010 22:25:55 +0000 Subject: Ensure that GDBM is added to the info 'dir' file git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9187 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/gdbm.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2e4e9da9a..cef271df0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2010-02-17 + + [bdubbs] Ensure that GDBM is added to the info 'dir' file. + Thanks to Randy McMurchy for the fix. + Fixes #2574. + [bdubbs] Put file before glibc in chapter 6 for better test coverage. Fixes #2568. diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml index 8d37c2b69..612b5d53d 100644 --- a/chapter06/gdbm.xml +++ b/chapter06/gdbm.xml @@ -62,6 +62,11 @@ make install-compat + Fix a minor installation issue by manually adding GDBM to the + info table of contents: + +install-info --dir-file=/usr/info/dir /usr/info/gdbm.info + -- cgit v1.2.3-54-g00ecf