coreutils: drop kill(1) and uptime(1).
This commit is contained in:
parent
6870a7b8e2
commit
cb42580ae7
|
@ -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 <xtraeme@gmail.com>"
|
||||
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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue