|
@@ -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>
|
|
|
|
|