summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-03-04 07:16:51 +0200
committerViorel Munteanu <ceamac@gentoo.org>2024-03-04 08:20:28 +0200
commitfb6edc3e159eca40cbc70bd5f6ff5b96c99fd6d4 (patch)
tree580020fee70e01bf721de5df4a80f276ea1a48b7
parentsys-apps/bat: update environment variable for forcing system libgit2 (diff)
downloadgentoo-fb6edc3e159eca40cbc70bd5f6ff5b96c99fd6d4.tar.gz
gentoo-fb6edc3e159eca40cbc70bd5f6ff5b96c99fd6d4.tar.bz2
gentoo-fb6edc3e159eca40cbc70bd5f6ff5b96c99fd6d4.zip
media-sound/deadbeef-mpris2-plugin: fix building with slibtool
Closes: https://bugs.gentoo.org/926035 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r--media-sound/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.16.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.16.ebuild b/media-sound/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.16.ebuild
index 2dd504ba3517..1e0022116113 100644
--- a/media-sound/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.16.ebuild
+++ b/media-sound/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin-1.16.ebuild
@@ -35,6 +35,5 @@ src_install() {
default
# Remove static library
- rm "${ED}"/usr/$(get_libdir)/deadbeef/mpris.la || die
-
+ find "${ED}" -name \*.la -delete || die
}