From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2684E1382C5 for ; Sat, 5 Dec 2020 02:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42164E0929; Sat, 5 Dec 2020 02:35:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10D34E0929 for ; Sat, 5 Dec 2020 02:35:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 267AD340D49 for ; Sat, 5 Dec 2020 02:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DDB13A1 for ; Sat, 5 Dec 2020 02:34:57 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1607135682.83d3b869189b9108c2c8f6e3814c814db4a698df.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/jellyfin-mpv-shim/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild X-VCS-Directories: media-video/jellyfin-mpv-shim/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 83d3b869189b9108c2c8f6e3814c814db4a698df X-VCS-Branch: dev Date: Sat, 5 Dec 2020 02:34:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ab10eb1-ea74-4d47-9e37-5c9eee15210f X-Archives-Hash: 11e96489c0559bf259661dbf950ea494 commit: 83d3b869189b9108c2c8f6e3814c814db4a698df Author: Theo Anderson posteo de> AuthorDate: Sat Dec 5 02:34:42 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Dec 5 02:34:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83d3b869 media-video/jellyfin-mpv-shim: fix repoman ebuild.absdosym Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild index a8d436dc..610c366e 100644 --- a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild +++ b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild @@ -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" }