add USRGAMES_DIR=/usr/bin to util-linux install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Mark Hymers 2001-09-16 21:56:25 +00:00
parent ba4df58801
commit acef663a83
4 changed files with 12 additions and 3 deletions

View File

@ -15,6 +15,11 @@
</para></listitem>
<listitem><para>September 16th, 2001 [markh]: Chapter 6 - util-linux:
Added USRGAMES_DIR=/usr/bin to the make install routine so that
/usr/games isn't created for fortune and it is installed in
/usr/bin.</para></listitem>
<listitem><para>September 14th, 2001 [markh]: Chapter 6 - e2fsprogs:
Updated to version 1.24.</para></listitem>

View File

@ -4,5 +4,9 @@
<para><userinput>HAVE_SLN=yes</userinput>: We don't build this program because
it already was installed by Glibc.</para>
<para><userinput>USRGAMES_DIR=/usr/bin</userinput>: We use this so that
the <userinput>banner</userinput> program is installed in /usr/bin
instead of a seperate directory /usr/games being created for it.</para>
</sect2>

View File

@ -20,7 +20,7 @@ util-linux package, FHS-compliant, run the following.</para>
<para><screen><userinput>./configure &amp;&amp;</userinput>
<userinput>make HAVE_SLN=yes ADD_RAW=yes &amp;&amp;</userinput>
<userinput>make HAVE_SLN=yes ADD_RAW=yes install</userinput></screen></para>
<userinput>make HAVE_SLN=yes ADD_RAW=yes USRGAMES_DIR=/usr/bin install</userinput></screen></para>
</sect2>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20010914">
<!ENTITY releasedate "September 14th, 2001">
<!ENTITY version "20010916">
<!ENTITY releasedate "September 16th, 2001">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">