aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/perl-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r--chapter06/perl-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml
index 66b067ed2..313fcf3fc 100644
--- a/chapter06/perl-inst.xml
+++ b/chapter06/perl-inst.xml
@@ -3,7 +3,8 @@
<para>Install Perl by running the following commands:</para>
-<para><screen><userinput>./configure.gnu --prefix=/usr &amp;&amp;
+<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;.patch &amp;&amp;
+./configure.gnu --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>