diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/e2fsprogs-inst.xml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5df0d2a7c..b44416a7b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,10 @@ </para></listitem> +<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - E2fsprogs: Added +<userinput>install-info</userinput> command to finish off the info page +installation.</para></listitem> + <listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the <userinput>make</userinput> and <userinput>make -f Makefile-libbz2_so</userinput>. This is needed so all object files are diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index de353e8fc..b1171650e 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -9,7 +9,8 @@ cd ../e2fsprogs-build && --enable-elf-shlibs && make && make install && -make install-libs</userinput></screen></para> +make install-libs && +install-info /usr/share/info/libext2fs.info /usr/share/info/dir</userinput></screen></para> </sect2> |