mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
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@ya.ru>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user