aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-11-16 03:40:44 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-11-16 03:40:44 +0000
commit5084f44990ace7383df5b88c99efa3a908f1a4aa (patch)
treef1a3e42ea244522f968f6cfed1684368a1fb4034 /chapter06
parentfeaa22cd75b8a111acdad9fc508021e71b4a42bd (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/perl.xml4
1 files changed, 2 insertions, 2 deletions
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 <command>Configure</command> script and hand-pick the way
this package is built. If the defaults it auto-detects are suitable,
prepare Perl for compilation with:</para>
-<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
+<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/usr/bin/less -isR"</userinput></screen>
<para>The meaning of the configure options:</para>
<variablelist>
<varlistentry>
-<term><parameter>-Dpager="/bin/less -isR"</parameter></term>
+<term><parameter>-Dpager="/usr/bin/less -isR"</parameter></term>
<listitem><para>This corrects an error in the way that
<command>perldoc</command> invokes the <command>less</command> program.</para>
</listitem>