commit: 4d875ef30993b154c2af4cbcf832ebe5b2b53093 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Mar 24 17:35:20 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Mar 24 17:38:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d875ef3
www-apps/radarr-bin: fix names in src_install Closes: https://bugs.gentoo.org/927666 Bug: https://github.com/gentoo/gentoo/pull/35869 Bug: https://bugs.gentoo.org/915346 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild b/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild index c3c1e324bf75..644702692d02 100644 --- a/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild +++ b/www-apps/radarr-bin/radarr-bin-5.4.3.8677.ebuild @@ -61,18 +61,18 @@ src_prepare() { } src_install() { - newinitd "${FILESDIR}/jellyfin.init" jellyfin + newinitd "${FILESDIR}/radarr.init" radarr - keepdir /var/lib/jellyfin - fowners -R jellyfin:jellyfin /var/lib/jellyfin + keepdir /var/lib/radarr + fowners -R radarr:radarr /var/lib/radarr insinto /etc/logrotate.d insopts -m0644 -o root -g root - newins "${FILESDIR}/jellyfin.logrotate" jellyfin + newins "${FILESDIR}/radarr.logrotate" radarr - dodir "/opt/jellyfin" + dodir "/opt/radarr" cp -R "${S}/." "${D}/opt/radarr" || die "Install failed!" systemd_dounit "${FILESDIR}/radarr.service" - systemd_newunit "${FILESDIR}/radarr.service" "[email protected]" + systemd_newunit "${FILESDIR}/radarr.service" "[email protected]" }
