diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-05 16:29:57 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-05 16:29:57 +0800 |
commit | e6589bc35a39d276e6815e7fc3da17812e21f85f (patch) | |
tree | d0337f77ca1a3db21dee5b5315c8bf05d8173ffb /chapter08 | |
parent | 259b8e0aa3124c1810ec48d2d9bcab9756fd1eec (diff) | |
parent | 9c4380393eb32dde391a26e83e358f1a9a1939f2 (diff) |
Merge branch 'trunk' into xry111/lfs-next
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/gcc.xml | 2 | ||||
-rw-r--r-- | chapter08/meson.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 4c62a8d17..16bb5f99f 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -174,7 +174,7 @@ rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</useri <systemitem class="username">root</systemitem> user and group:</para> <screen><userinput remap="install">chown -v -R root:root \ - /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen> + /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include{,-fixed}</userinput></screen> <para>Create a symlink required by the <ulink url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink> diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 36d787185..ffd4153b0 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -56,7 +56,7 @@ <screen><userinput remap="make">python3 setup.py build</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>The test suite requires some packages out of the scope of LFS.</para> <para>Install the package:</para> |