diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/gdbm.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2e4e9da9a..cef271df0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2010-02-17</para> <itemizedlist> <listitem> + <para>[bdubbs] Ensure that GDBM is added to the info 'dir' file. + Thanks to Randy McMurchy for the fix. + Fixes <ulink url="&lfs-ticket-root;2574">#2574</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] Put file before glibc in chapter 6 for better test coverage. Fixes <ulink url="&lfs-ticket-root;2568">#2568</ulink>.</para> </listitem> 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 @@ <screen><userinput remap="install">make install-compat</userinput></screen> + <para>Fix a minor installation issue by manually adding GDBM to the + <command>info</command> table of contents:</para> + +<screen><userinput remap="install">install-info --dir-file=/usr/info/dir /usr/info/gdbm.info</userinput></screen> + </sect2> <sect2 id="contents-gdbm" role="content"> |