From cb42580ae7b0448e9d3899c4d9c892ad85fca34b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 20 Feb 2013 11:44:39 +0100 Subject: [PATCH] coreutils: drop kill(1) and uptime(1). --- srcpkgs/coreutils/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/coreutils/template b/srcpkgs/coreutils/template index 50a9f9330bb..7115ca7cc60 100644 --- a/srcpkgs/coreutils/template +++ b/srcpkgs/coreutils/template @@ -1,7 +1,7 @@ # Template file for 'coreutils' pkgname=coreutils version=8.21 -revision=2 +revision=3 short_desc="The GNU core utilities" maintainer="Juan RP " homepage="http://www.gnu.org/software/coreutils" @@ -26,8 +26,13 @@ do_configure() { gl_cv_func_working_mkstemp=yes gl_cv_func_working_acl_get_file=yes" fi + # + # Do not install kill: provided by util-linux. + # Do not install uptime: provided by procps-ng. + # ./configure ${CONFIGURE_SHARED_ARGS} \ --enable-install-program=hostname \ + --enable-no-install-program=kill,uptime \ --disable-rpath ${_confargs} }