aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/coreutils/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD
index 5dbcc347e..4e7321811 100644
--- a/main/coreutils/APKBUILD
+++ b/main/coreutils/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=coreutils
pkgver=8.21
-pkgrel=1
+pkgrel=2
pkgdesc="The basic file, shell and text manipulation utilities"
url="http://www.gnu.org/software/coreutils/"
arch="all"
@@ -25,7 +25,7 @@ build() {
--infodir=/usr/share/info \
--disable-nls \
--without-gmp \
- --enable-no-install-program=arch,hostname,su,kill,uptime \
+ --enable-no-install-program=hostname,su,kill,uptime \
|| return 1
make || return 1
}