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