mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix meson sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1a96e748cb
commit
ce2c730d5b
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
<para>Apply a fix from upstream to fix a regression:</para>
|
<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>
|
<para>Compile Meson with the following command:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user