coreutils: enable arch(1) required by `dracut --uefi'.
This commit is contained in:
parent
ea4438581c
commit
9081c901e8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'coreutils'
|
||||
pkgname=coreutils
|
||||
version=8.24
|
||||
revision=1
|
||||
revision=2
|
||||
build_pie=yes
|
||||
bootstrap=yes
|
||||
makedepends="gmp-devel acl-devel libcap-devel"
|
||||
|
@ -49,7 +49,7 @@ do_configure() {
|
|||
# Do not install uptime: provided by procps-ng.
|
||||
#
|
||||
./configure ${configure_args} \
|
||||
--enable-install-program=hostname \
|
||||
--enable-install-program=arch,hostname \
|
||||
--enable-no-install-program=kill,uptime \
|
||||
--disable-rpath
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue