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, 1 insertions, 2 deletions
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml
index bac124b7c..ef3fa7bbe 100644
--- a/chapter06/perl-inst.xml
+++ b/chapter06/perl-inst.xml
@@ -7,8 +7,7 @@ commands.</para>
<para>Install Perl by running the following commands:</para>
-<para><screen><userinput>patch -Np1 -i ../perl-&perl-patch-version;.patch &amp;&amp;
-./configure.gnu --prefix=/usr &amp;&amp;
+<para><screen><userinput>./configure.gnu --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>