diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-04-01 10:28:21 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-04-01 10:29:18 -0400 |
commit | d99baa458170ac98f4626813c026d020e65b62f1 (patch) | |
tree | 24bb57dc4cd37c7add7e18dcab83a80717d4c610 /sys-apps/systemd/systemd-226-r2.ebuild | |
parent | www-apps/kibana-bin: Bump (diff) | |
download | gentoo-d99baa458170ac98f4626813c026d020e65b62f1.tar.gz gentoo-d99baa458170ac98f4626813c026d020e65b62f1.tar.bz2 gentoo-d99baa458170ac98f4626813c026d020e65b62f1.zip |
sys-apps/systemd: Hard-code KILL=/bin/kill
When building stage3, systemd may be built before kill is installed.
We only need to know its path, so just hard-code it in the ebuild.
Package-Manager: portage-2.2.28_p64
Diffstat (limited to 'sys-apps/systemd/systemd-226-r2.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-226-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-226-r2.ebuild b/sys-apps/systemd/systemd-226-r2.ebuild index 78438536aa45..686ebc653045 100644 --- a/sys-apps/systemd/systemd-226-r2.ebuild +++ b/sys-apps/systemd/systemd-226-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -224,6 +224,7 @@ multilib_src_configure() { $(multilib_native_use_enable xkb xkbcommon) # hardcode a few paths to spare some deps + KILL=/bin/kill QUOTAON=/usr/sbin/quotaon QUOTACHECK=/usr/sbin/quotacheck |