From 97217edc9f80b2a5aee9753124a0901f742baca8 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 20 Oct 2012 02:28:40 +0200 Subject: [PATCH] coreutils: fixed to not install kill(1) if util-linux is available Note: Starting with util-linux 2.22 the kill(1) command will be installed default! --- base/coreutils/coreutils.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/coreutils/coreutils.conf b/base/coreutils/coreutils.conf index f5779ccbf..5bbcec2e5 100644 --- a/base/coreutils/coreutils.conf +++ b/base/coreutils/coreutils.conf @@ -62,7 +62,7 @@ hook_add postmake 5 'ln -sf install $root/usr/bin/ginstall' var_append confopt ' ' '--enable-install-program=hostname' noinstall= -for x in mktemp procps:uptime; do +for x in mktemp procps:uptime util-linux:kill; do if pkginstalled "${x%:*}"; then var_append noinstall ',' "${x#*:}" fi