diff options
Diffstat (limited to 'chapter06/perl-inst.xml')
-rw-r--r-- | chapter06/perl-inst.xml | 3 |
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 && -./configure.gnu --prefix=/usr && +<para><screen><userinput>./configure.gnu --prefix=/usr && make && make install</userinput></screen></para> |