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} }