diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index b0f0a4464..eff9a3a50 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -107,13 +107,17 @@ </variablelist> + <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> + +<screen><userinput remap="pre">sed -i '/test-installation.pl/d' Makefile</userinput></screen> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> <para>To test the results (approximately 2.5 SBU), issue:</para> -<screen><userinput remap="test">make test</userinput></screen> +<screen><userinput remap="test">make -k test</userinput></screen> <para>Install the package:</para> |