aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/meson.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-19 00:57:03 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-07-19 00:57:03 +0000
commitde6905db226f608d204c1d6a1eb49eac30af98e1 (patch)
treea3a814dbab45ba0704d6903973b74383db085661 /chapter06/meson.xml
parent1c8cc7166e81da25ccc88bd2ce3526800cfd0f00 (diff)
Update to util-linux 2.32.1.
Update to binutils-2.31.1. Update to meson-0.47.1. Update to linux-4.17.8. Update to e2fsprogs-1.44.3. Document some new regression test failures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11439 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/meson.xml')
-rw-r--r--chapter06/meson.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/meson.xml b/chapter06/meson.xml
index b0410392b..02cfdf839 100644
--- a/chapter06/meson.xml
+++ b/chapter06/meson.xml
@@ -40,10 +40,6 @@
<sect2 role="installation">
<title>Installation of Meson</title>
- <para>Make a fix from upstream:</para>
-
-<screen><userinput remap="pre">sed -i '309 s/os.getcwd/-C, &amp;/' mesonbuild/minstall.py</userinput></screen>
-
<para>Compile Meson with the following command:</para>
<screen><userinput remap="make">python3 setup.py build</userinput></screen>
@@ -54,13 +50,6 @@
<screen><userinput remap="install">python3 setup.py install --root=dest
cp -rv dest/* /</userinput></screen>
-<!--
- <para>At last, move Meson man pages to correct location:</para>
-
-<screen><userinput remap="install">mv -v /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share/man/man1/*.1 \
- /usr/share/man/man1
-rm -r /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share</userinput></screen>
--->
<variablelist>
<title>The meaning of the install parameters:</title>