mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
toolchain.eclass: fix validate_failures.py cp for non-gcc
Thanks to matoro for reporting.
Fixes: 5e9a0a17e4
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -633,7 +633,7 @@ toolchain_src_prepare() {
|
||||
fi
|
||||
|
||||
if use test ; then
|
||||
cp "${DISTDIR}"/${PN}-validate-failures-${GCC_VALIDATE_FAILURES_VERSION}.py "${T}"/validate_failures.py || die
|
||||
cp "${DISTDIR}"/gcc-validate-failures-${GCC_VALIDATE_FAILURES_VERSION}.py "${T}"/validate_failures.py || die
|
||||
chmod +x "${T}"/validate_failures.py || die
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user