diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-24 13:48:34 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-24 13:48:55 +0100 |
commit | aad7f5357b9912d99b92aa692579280d62307263 (patch) | |
tree | 67c7dc72aa061b049a6d4cb21bf06a2edb813a5e /sys-process | |
parent | www-apps/nextcloud: Bump to versions 22.2.6 and 23.0.3 (diff) | |
download | gentoo-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.ebuild | 2 |
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 ) |