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 +