From 8500f932b94ce067afa2d2019922e0eebcecfbd9 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 30 Jul 2020 19:43:57 +0100 Subject: toolchain.eclass: also delete /usr/bin/fix_libtool_files.sh Reported-by: Silvio Closes: https://bugs.gentoo.org/734008 Signed-off-by: Sergei Trofimovich --- eclass/toolchain.eclass | 1 + 1 file changed, 1 insertion(+) (limited to 'eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b112060f2f6e..c7d8c104c9bd 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2226,6 +2226,7 @@ toolchain_pkg_postinst() { # gcc stopped installing .la files fixer in June 2020. # Cleaning can be removed in June 2022. rm -f "${EROOT%/}"/sbin/fix_libtool_files.sh + rm -f "${EROOT%/}"/usr/sbin/fix_libtool_files.sh rm -f "${EROOT%/}"/usr/share/gcc-data/fixlafiles.awk mkdir -p "${EROOT%/}"/usr/bin -- cgit v1.2.3-65-gdbad