diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-22 02:53:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-22 02:53:21 +0000 |
commit | d76a82b22f2ead190d6382c758f948c18d921d17 (patch) | |
tree | 86c9bdc24679ffa305fec2a3e4b580d8c14c7126 /chapter06/sed.xml | |
parent | 98d90032d07f4588d29e2c7f6619f77d312ffa57 (diff) |
Update to automake-1.15.1.
Update to expat-2.2.1.
Update to psmisc-23.1.
Update to linux-4.11.5.
Remove unneeded library check in host requirements.
Fix typos in acl and sed pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |