From 5084f44990ace7383df5b88c99efa3a908f1a4aa Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 16 Nov 2005 03:40:44 +0000 Subject: Changed the chapter 6 Perl Dpager configure option to reflect the new location of the less binary. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/perl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/perl.xml b/chapter06/perl.xml index b2e84b9a7..5948a25f6 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -33,13 +33,13 @@ interactive Configure script and hand-pick the way this package is built. If the defaults it auto-detects are suitable, prepare Perl for compilation with: -./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" +./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR" The meaning of the configure options: --Dpager="/bin/less -isR" +-Dpager="/usr/bin/less -isR" This corrects an error in the way that perldoc invokes the less program. -- cgit v1.2.3-54-g00ecf