From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57B711396D0 for ; Thu, 17 Aug 2017 07:44:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC50E1FC03B; Thu, 17 Aug 2017 07:44:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99FCA1FC03B for ; Thu, 17 Aug 2017 07:44:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2EF23418C4 for ; Thu, 17 Aug 2017 07:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4FF78A5 for ; Thu, 17 Aug 2017 07:44:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502955860.10f2fcff55d2e5a38effe1fb4626f59e7f89f5e1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.2_rc1-r4.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10f2fcff55d2e5a38effe1fb4626f59e7f89f5e1 X-VCS-Branch: master Date: Thu, 17 Aug 2017 07:44:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b99bb421-b9c4-4a7f-992d-4624fd3f86fc X-Archives-Hash: 6e3ebba49e605b68a41fda56d1c18d3e commit: 10f2fcff55d2e5a38effe1fb4626f59e7f89f5e1 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 17 07:36:11 2017 +0000 Commit: Michał Górny gentoo 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