media-video/mpv-mpris: Fix broken library install path.

This fixes the installation path for the library,
which got broken in:
c5daf69b83
leading to a dangling symlink.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-03-06 00:08:10 +01:00
parent 791bf41f65
commit 13beddbe34

View File

@@ -51,7 +51,8 @@ src_test() {
}
src_install() {
dolib.so mpris.so
insinto "/usr/$(get_libdir)/mpv"
doins mpris.so
use autoload && dosym -r /usr/$(get_libdir)/mpv/mpris.so /etc/mpv/scripts/mpris.so
einstalldocs
}