|
@@ -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>
|