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
This commit is contained in:
Gerard Beekmans 2002-04-03 23:07:46 +00:00
parent cb5965baed
commit 0d544d4111
2 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,10 @@
</para></listitem> </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 <listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the
<userinput>make</userinput> and <userinput>make -f <userinput>make</userinput> and <userinput>make -f
Makefile-libbz2_so</userinput>. This is needed so all object files are Makefile-libbz2_so</userinput>. This is needed so all object files are

View File

@ -9,7 +9,8 @@ cd ../e2fsprogs-build &amp;&amp;
&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp; &nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install &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> </sect2>