diff options
-rw-r--r-- | main/coreutils/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 7ffc066670..445091bde3 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=coreutils pkgver=8.5 -pkgrel=0 +pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" license="GPL" @@ -19,7 +19,9 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-nls \ - --without-gmp + --without-gmp \ + --enable-no-install-program=arch,hostname,su,kill,uptime \ + || return 1 make || return 1 } |