mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
cb5965baed
commit
0d544d4111
@ -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
|
||||||
|
@ -9,7 +9,8 @@ cd ../e2fsprogs-build &&
|
|||||||
--enable-elf-shlibs &&
|
--enable-elf-shlibs &&
|
||||||
make &&
|
make &&
|
||||||
make install &&
|
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>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user