diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-30 19:43:57 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-30 19:45:03 +0100 |
commit | 8500f932b94ce067afa2d2019922e0eebcecfbd9 (patch) | |
tree | ad5da9a83981d563e8a2aa1a6b69aeacfa8c17f0 /eclass | |
parent | app-dicts/sword-Geez: new package (diff) | |
download | gentoo-8500f932b94ce067afa2d2019922e0eebcecfbd9.tar.gz gentoo-8500f932b94ce067afa2d2019922e0eebcecfbd9.tar.bz2 gentoo-8500f932b94ce067afa2d2019922e0eebcecfbd9.zip |
toolchain.eclass: also delete /usr/bin/fix_libtool_files.sh
Reported-by: Silvio
Closes: https://bugs.gentoo.org/734008
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
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 |