From 753f08c807985e8aabc8938eb62b382fc0f3b36c Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Fri, 26 Sep 2003 12:18:25 +0000 Subject: Chapter 6 - man: Remove ~/bin:/usr/X11R6/bin:/usr/local/bin:/usr/bin:/bin hack as newer versions of man have fixed the old bug. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2889 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-inst.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'chapter06') diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index 40b452137..1d275120c 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -23,17 +23,9 @@ with more than 80 columns are used in conjunction with recent releases of patch -Np1 -i ../man-&man-80cols-patch-version;-80cols.patch -The paths to some programs are hard-wired into Man's executables. -Unfortunately, the configuration script picks the last location in PATH -rather than the first place a program is found. By appending -/usr/bin:/bin to PATH for the -./configure command, we ensure that Man doesn't -use the programs in the /tools -directory. - Now prepare Man for compilation: -PATH=$PATH:/usr/bin:/bin ./configure -default -confdir=/etc +./configure -default -confdir=/etc The meaning of the configure options: -- cgit v1.2.3-54-g00ecf