diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 20:20:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-07 20:20:49 +0000 |
commit | 2a698a656b35f445547c61c1256e2ae563ddfdc5 (patch) | |
tree | 65324403ca484907e52c4e1a04785e8b144b8cd7 /chapter06 | |
parent | f684ec6c5285002a882498d79f1f5fc060f502a7 (diff) |
Install the binaries from Less to /usr/bin instead of /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/less.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml index 514bd6b64..793a42bb7 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -32,7 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <para>Prepare Less for compilation:</para> -<screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen> +<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc</userinput></screen> <para>The meaning of the configure options:</para> |