From e65cc63e49ada001590d399596b0f39a3d80232a Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Sun, 24 May 2020 15:34:40 +0000 Subject: 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 --- chapter06/gcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/root user and group: chown -v -R root:root \ - /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed} + /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include{,-fixed} Create a symlink required by the FHS -- cgit v1.2.3-54-g00ecf