commit: 10f2fcff55d2e5a38effe1fb4626f59e7f89f5e1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 07:36:11 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 07:44:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f2fcff
sys-devel/distcc: Fix hardcoded systemd path, #625478
sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
index 50e6f332826..94a42143b8a 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
@@ -114,7 +114,7 @@ src_install() {
DISTCCD_OPTS="\${DISTCCD_OPTS} --zeroconf"
EOF
- sed -i '/ExecStart/ s|$| --zeroconf|'
"${ED}"/usr/lib/systemd/system/distccd.service || die
+ sed -i '/ExecStart/ s|$| --zeroconf|'
"${D}$(systemd_get_systemunitdir)"/distccd.service || die
fi
doconfd "${T}/distccd" || die