diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-10 03:05:04 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-10 03:05:04 +0000 |
commit | ae5423f606cd1c0ce24a862e5312a38f291d1d8b (patch) | |
tree | b22e241b9cfea0a4454a4cf363fe7ffdc1542e43 /chapter06/meson.xml | |
parent | 6a57b4c2ec735563361f14a05bf2634908b7350c (diff) |
Update to meson-0.53.0.
Update to e2fsprogs-1.45.5.
Update to grep-3.4.
Update to libpipeline-1.5.2.
Update to linux-5.4.8.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/meson.xml')
-rw-r--r-- | chapter06/meson.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/meson.xml b/chapter06/meson.xml index 5a8779a91..0b49c5441 100644 --- a/chapter06/meson.xml +++ b/chapter06/meson.xml @@ -39,11 +39,11 @@ <sect2 role="installation"> <title>Installation of Meson</title> - +<!-- <para>Apply a fix from upstream to fix a regression:</para> <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> <screen><userinput remap="make">python3 setup.py build</userinput></screen> |