diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/perl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 3320d452c..32cb79b07 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -43,10 +43,10 @@ <sect2 role="installation"> <title>Installation of Perl</title> - <para>First apply the following patch to address security issues and adapt - some hard-wired paths to the C library:</para> + <para>First apply the following patch to adapt some hard-wired paths to the + C library:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&perl-consolidated-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen> <!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para> |