Author: bdubbs
Date: Tue Dec 10 14:43:13 2019
New Revision: 11709
Log:
Fix meson sed
Modified:
trunk/BOOK/chapter06/meson.xml
Modified: trunk/BOOK/chapter06/meson.xml
==============================================================================
--- trunk/BOOK/chapter06/meson.xml Tue Dec 10 07:50:31 2019 (r11708)
+++ trunk/BOOK/chapter06/meson.xml Tue Dec 10 14:43:13 2019 (r11709)
@@ -42,7 +42,7 @@
<para>Apply a fix from upstream to fix a regression:</para>
-<screen><userinput remap="pre">sed -i "s@isfile(f)@& and not
f.startswith('/dev')@" mesonbuild/interpreter.py</userinput></screen>
+<screen><userinput remap="pre">sed -i "s@isfile(a)@& and not
a.startswith('/dev')@" mesonbuild/interpreter.py</userinput></screen>
<para>Compile Meson with the following command:</para>
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page