summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-03-24 13:48:34 +0100
committerLars Wendler <polynomial-c@gentoo.org>2022-03-24 13:48:55 +0100
commitaad7f5357b9912d99b92aa692579280d62307263 (patch)
tree67c7dc72aa061b049a6d4cb21bf06a2edb813a5e /sys-process
parentwww-apps/nextcloud: Bump to versions 22.2.6 and 23.0.3 (diff)
downloadgentoo-aad7f5357b9912d99b92aa692579280d62307263.tar.gz
gentoo-aad7f5357b9912d99b92aa692579280d62307263.tar.bz2
gentoo-aad7f5357b9912d99b92aa692579280d62307263.zip
sys-process/cronie: Use EPREFIX for --runstatedir
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronie/cronie-1.6.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/cronie/cronie-1.6.0-r1.ebuild b/sys-process/cronie/cronie-1.6.0-r1.ebuild
index f45298904d22..93c845e1da39 100644
--- a/sys-process/cronie/cronie-1.6.0-r1.ebuild
+++ b/sys-process/cronie/cronie-1.6.0-r1.ebuild
@@ -48,7 +48,7 @@ src_configure() {
$(use_enable anacron)
--enable-syscrontab
# Required for correct pidfile location #835814
- --runstatedir="/run"
+ --runstatedir="${EPREFIX}/run"
--with-daemon_username=cron
--with-daemon_groupname=cron
)