diff options
Diffstat (limited to 'chapter06/meson.xml')
-rw-r--r-- | chapter06/meson.xml | 11 |
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, &/' 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> |