aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/e2fsprogs-inst.xml3
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 &amp;&amp;
&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
-make install-libs</userinput></screen></para>
+make install-libs &amp;&amp;
+install-info /usr/share/info/libext2fs.info /usr/share/info/dir</userinput></screen></para>
</sect2>