aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/utillinux-exp.xml4
-rw-r--r--chapter06/utillinux-inst.xml2
2 files changed, 5 insertions, 1 deletions
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 &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>