mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-process/cronie: fix BadInsIntoDir
This commit is contained in:
committed by
Lars Wendler
parent
8020ccb2e7
commit
b9fa635126
@@ -49,8 +49,7 @@ src_install() {
|
||||
fowners root:crontab /usr/bin/crontab
|
||||
fperms 2751 /usr/bin/crontab
|
||||
|
||||
insinto /etc/conf.d
|
||||
newins "${S}"/crond.sysconfig ${PN}
|
||||
newconfd "${S}"/crond.sysconfig ${PN}
|
||||
|
||||
insinto /etc
|
||||
newins "${FILESDIR}/${PN}-1.3-crontab" crontab
|
||||
@@ -69,7 +68,6 @@ src_install() {
|
||||
fperms 0750 ${anacrondir}
|
||||
|
||||
insinto /etc
|
||||
|
||||
doins contrib/anacrontab
|
||||
|
||||
insinto /etc/cron.hourly
|
||||
|
||||
Reference in New Issue
Block a user