commit: 7da437f9c58f9aab56d4b1392032001088bf18c7 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Tue Feb 27 20:26:09 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Feb 27 20:26:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7da437f9
sys-apps/corefreq: fix installing of systemd service Closes: https://bugs.gentoo.org/show_bug.cgi?id=908110 Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru> sys-apps/corefreq/corefreq-1.96.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild index 0bb409675f..37656cc430 100644 --- a/sys-apps/corefreq/corefreq-1.96.3.ebuild +++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild @@ -46,7 +46,7 @@ src_install() { dobin corefreqd corefreq-cli newconfd "${FILESDIR}/${PN}.conf" "${PN}" doinitd "${FILESDIR}/${PN}" - use systemd && systemd_dounit ${PN}.service + use systemd && systemd_dounit ${PN}d.service use doc && dodoc README.md }
