diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-16 21:56:25 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-16 21:56:25 +0000 |
commit | acef663a83a2e11bd7bff230c24740f66b36efb6 (patch) | |
tree | 3249fbbb06dc1bb7a5c70a438c08d7ee30aa9050 /chapter06/utillinux-inst.xml | |
parent | ba4df5880193473fa552baed49de7f2a49f1ffa6 (diff) |
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
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r-- | chapter06/utillinux-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |