diff options
Diffstat (limited to 'chapter06/sed.xml')
-rw-r--r-- | chapter06/sed.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml index c881c7875..aa6ac177c 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -42,8 +42,8 @@ <para>First fix an issue in the LFS environment and remove a failing test:</para> -<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man -sed -i 's/panic-tests.sh//' Makefile.in</userinput></screen> +<screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man +sed -i 's/testsuite.panic-tests.sh//' Makefile.in</userinput></screen> <para>Prepare Sed for compilation:</para> |