Parcourir la source

[Bug 48] Util-linux: removed USRGAMES_DIR entry as no longer needed by 2.11l

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers il y a 24 ans
Parent
commit
f2fba741d0
4 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 4 0
      chapter01/changelog.xml
  2. 0 4
      chapter06/utillinux-exp.xml
  3. 1 1
      chapter06/utillinux-inst.xml
  4. 2 2
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -23,6 +23,10 @@
 
 </para></listitem>
 
+<listitem><para>October 12th, 2001 [markh]: Chapter 6 - Util-linux:
+Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with
+util-linux-2.11l.</para></listitem>
+
 <listitem><para>October 9th, 2001 [gerard]: Chapter 6 - Kbd: Removed the
 --datadir option, kbd's default is set properly already.</para></listitem>
 

+ 0 - 4
chapter06/utillinux-exp.xml

@@ -4,9 +4,5 @@
 <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 USRGAMES_DIR=/usr/bin install</userinput></screen></para>
+<userinput>make HAVE_SLN=yes ADD_RAW=yes install</userinput></screen></para>
 
 </sect2>
 

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20011010">
-<!ENTITY releasedate "October 10th, 2001">
+<!ENTITY version "20011012">
+<!ENTITY releasedate "October 12th, 2001">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">