mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user