aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-08 20:23:05 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-08 20:23:05 +0000
commitd47b15b7e026d05e55173b537b5814ac4085ea76 (patch)
treed518d070ef030f828df82f7480b2ec5361f4d85e /chapter06/texinfo.xml
parentb8b65b7be795a5efd9db3a974d02f777b6799806 (diff)
Fix failures in texinfo regression tests.
Update to linux-4.17.5. Update to meson-0.47.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11436 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r--chapter06/texinfo.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index 11a9eed06..97a5a9931 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -41,6 +41,10 @@
<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>