diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-05-24 15:34:40 +0000 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-05-24 15:34:40 +0000 |
commit | e65cc63e49ada001590d399596b0f39a3d80232a (patch) | |
tree | 839e81e6bc7ed0e5749d027b44eeae6d96298b5e | |
parent | ff6baab97017921c0edfb65eb091ab2f03b452e2 (diff) |
Replace a arch specific placeholder by an arch independend one
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11858 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 3b14734c7..03bac7a39 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -172,7 +172,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> |