diff options
author | 2016-04-01 10:28:21 -0400 | |
---|---|---|
committer | 2016-04-01 10:29:18 -0400 | |
commit | d99baa458170ac98f4626813c026d020e65b62f1 (patch) | |
tree | 24bb57dc4cd37c7add7e18dcab83a80717d4c610 /sys-apps/systemd/systemd-229-r100.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-229-r100.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-229-r100.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-229-r100.ebuild b/sys-apps/systemd/systemd-229-r100.ebuild index 6396d2f9162a..0a7cf4deb07d 100644 --- a/sys-apps/systemd/systemd-229-r100.ebuild +++ b/sys-apps/systemd/systemd-229-r100.ebuild @@ -237,6 +237,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 |