Эх сурвалжийг харах

finished e2fsprogs install with a install-info to update the /usr/share/info/dir file

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 жил өмнө
parent
commit
0d544d4111

+ 4 - 0
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

+ 2 - 1
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>