mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
removed envar from within filename, dsssl-1.77 compatibility
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@912 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3e5d1b05bf
commit
93b6448399
@ -11,15 +11,15 @@ updating, but they are not all needed in every situation.</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>Expand the <envar>PATH</envar> to include
|
||||
<filename class='directory'>$<envar>PREFIX</envar>/bin</filename>.</para></listitem>
|
||||
<filename class='directory'>$PREFIX/bin</filename>.</para></listitem>
|
||||
<listitem><para>Expand the <envar>PATH</envar> for root to include
|
||||
<filename class='directory'>$<envar>PREFIX</envar>/sbin</filename>.</para></listitem>
|
||||
<filename class='directory'>$PREFIX/sbin</filename>.</para></listitem>
|
||||
<listitem><para>Add <filename class='directory'>$<envar>PREFIX</envar>/lib</filename>
|
||||
to <filename>/etc/ld.so.conf</filename> or expand
|
||||
<envar>LD_LIBRARY_PATH</envar> to include it.</para></listitem>
|
||||
<listitem><para>Add <filename class='directory'>$PREFIX/man</filename>
|
||||
to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para></listitem>
|
||||
<listitem><para>Add <filename class='directory'>$<envar>PREFIX</envar>/info</filename>
|
||||
<listitem><para>Add <filename class='directory'>$PREFIX/info</filename>
|
||||
to <envar>INFOPATH</envar>.</para></listitem>
|
||||
<listitem><para>Add <filename
|
||||
class='directory'>$PREFIX/lib/pkgconfig</filename> to
|
||||
|
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "20030514">
|
||||
<!ENTITY releasedate "May 14th, 2003">
|
||||
<!ENTITY version "20030518">
|
||||
<!ENTITY releasedate "May 18th, 2003">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||
|
Loading…
Reference in New Issue
Block a user