diff options
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 4c9e1da8d..151088d8d 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -48,7 +48,7 @@ picked up in this package --> <para>First, suppress a test which on some machines can loop forever:</para> -<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> +<screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen> <para>Prepare Findutils for compilation:</para> |