diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-03-06 20:04:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-03-06 20:04:13 +0000 |
commit | 61290022a40360a9164f02ed46f768658b4c9268 (patch) | |
tree | 1a6857d77055fd920b3eb43928ddaf3569d01e29 /chapter06 | |
parent | ba1328ce31104a06e2e5ac63ae42dc31444917e5 (diff) |
Remove another obsolete sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/texinfo.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 97a5a9931..11a9eed06 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Texinfo</title> - <para>Fix a file that creates a lot of failures in the regression checks:</para> - -<screen><userinput remap="pre">sed -i '5481,5485 s/({/(\\{/' tp/Texinfo/Parser.pm</userinput></screen> - <para>Prepare Texinfo for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> |