Browse Source

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
Mark Hymers 24 years ago
parent
commit
acef663a83
4 changed files with 12 additions and 3 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 4 0
      chapter06/utillinux-exp.xml
  3. 1 1
      chapter06/utillinux-inst.xml
  4. 2 2
      index.xml

+ 5 - 0
chapter01/changelog.xml

@@ -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>
 

+ 4 - 0
chapter06/utillinux-exp.xml

@@ -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>
 

+ 1 - 1
chapter06/utillinux-inst.xml

@@ -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>
 

+ 2 - 2
index.xml

@@ -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">