From 2a698a656b35f445547c61c1256e2ae563ddfdc5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 7 Nov 2005 20:20:49 +0000 Subject: 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 --- chapter06/less.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') 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 Prepare Less for compilation: -./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc +./configure --prefix=/usr --sysconfdir=/etc The meaning of the configure options: -- cgit v1.2.3-54-g00ecf