diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-18 11:41:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-18 11:41:58 +0000 |
commit | b1d9b75fd832ae3cb1e7b9e4cc9bd400097cdf09 (patch) | |
tree | 8fd5d593cce3219ddd4a27884fd0004e977b2773 | |
parent | 8b417cbdec8cdf6068a0da0703e2dee42bf50b6e (diff) | |
download | aports-b1d9b75fd832ae3cb1e7b9e4cc9bd400097cdf09.tar.bz2 aports-b1d9b75fd832ae3cb1e7b9e4cc9bd400097cdf09.tar.xz |
main/coreutils: enable arch
-rw-r--r-- | main/coreutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 5dbcc347e7..4e7321811c 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 } |