diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7721830ad..3715ea8dd 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -49,12 +49,15 @@ <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs. - Afterwards make sure the timestamp for <filename>Makefile.in</filename> is + <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is later than all other files to prevent a <command>make</command> - error:</para> + error:</para>--> + Afterwards disable a test that fails with the current version of perl.</para> <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; -touch Makefile.in</userinput></screen> +sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen> + +<!--touch Makefile.in</userinput></screen>--> <note> <para>In the past, many bugs were found in this patch. When reporting new |