From aad7f5357b9912d99b92aa692579280d62307263 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 24 Mar 2022 13:48:34 +0100 Subject: sys-process/cronie: Use EPREFIX for --runstatedir Signed-off-by: Lars Wendler --- sys-process/cronie/cronie-1.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-process') 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 ) -- cgit v1.2.3-65-gdbad