games-action/supertuxkart: Delete erroneously installed libwiiuse.a

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2025-09-02 22:51:30 +01:00
parent 2c881424f7
commit af38b6827d

View File

@@ -101,4 +101,9 @@ src_install() {
dodoc CHANGELOG.md
doicon -s 64 "${DISTDIR}"/${PN}.png
if use wiimote; then
# This gets erroneously installed.
rm "${ED}"/usr/$(get_libdir)/libwiiuse.a || die
fi
}