From 5a8d9cd103fc03a30dbcf6c455b13cf31d8ee15e Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 13 Mar 2025 18:08:23 +0000 Subject: [PATCH] toolchain.eclass: another .json fixup Bug: https://bugs.gentoo.org/948394 Signed-off-by: Sam James --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 382f899366d7a..d48d8cf78d066 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2649,7 +2649,7 @@ toolchain_src_install() { # Hack for C++ modules if ! is_crosscompile; then # PR19266 (bug #948394) - sed -i -e "s,\.\./lib/gcc/${CHOST}/${GCCMAJOR}/include/,../../../../include/," \ + sed -i -e "s,\.\./lib/gcc/${CHOST}/${GCCMAJOR}/include/,include/," \ "${ED}"/usr/lib/gcc/${CHOST}/${GCCMAJOR}/libstdc++.modules.json || die fi