diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/utillinux-exp.xml | 4 | ||||
-rw-r--r-- | chapter06/utillinux-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
4 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cc0950e74..8e197d615 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/utillinux-exp.xml b/chapter06/utillinux-exp.xml index 6d2b62edd..8e39d7cc3 100644 --- a/chapter06/utillinux-exp.xml +++ b/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> diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 80d91753c..9d5ea9bcc 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -20,7 +20,7 @@ util-linux package, FHS-compliant, run the following.</para> <para><screen><userinput>./configure &&</userinput> <userinput>make HAVE_SLN=yes ADD_RAW=yes &&</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> @@ -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"> |