media-video/jellyfin-mpv-shim: fix repoman ebuild.absdosym

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson 2020-12-05 15:34:42 +13:00
parent 1cccc8604c
commit 83d3b86918
No known key found for this signature in database
GPG Key ID: 37F2927B4BF59E2D

View File

@ -48,7 +48,6 @@ RDEPEND="
src_install() {
distutils-r1_src_install
insinto "/usr/$(get_libdir)/${PN}/jellyfin-web"
insinto "$(python_get_sitedir)/${PN//-/_}/webclient_view/webclient"
doins -r "${WORKDIR}"/dist/*
dosym "/usr/$(get_libdir)/jellyfin-mpv-shim/jellyfin-web" "$(python_get_sitedir)/${PN//-/_}/webclient_view/webclient"
}