aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/gcc.xml2
-rw-r--r--chapter08/meson.xml2
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>