diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-07 04:49:56 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-07 04:49:56 +0000 |
commit | 7ffe04af56a49e83a72bbcf212729a6e15ab47b2 (patch) | |
tree | 503ab567a19dcc9acdb1f82b7ef3a67e059c69cf | |
parent | 603c5baeaebcb63dc182273eab63b86de079bb86 (diff) | |
download | packages-7ffe04af56a49e83a72bbcf212729a6e15ab47b2.tar.gz packages-7ffe04af56a49e83a72bbcf212729a6e15ab47b2.tar.bz2 packages-7ffe04af56a49e83a72bbcf212729a6e15ab47b2.tar.xz packages-7ffe04af56a49e83a72bbcf212729a6e15ab47b2.zip |
system/coreutils: single-binary violates split /usr; kill off
-rw-r--r-- | system/coreutils/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/coreutils/APKBUILD b/system/coreutils/APKBUILD index e8819ca27..14d0eb6ff 100644 --- a/system/coreutils/APKBUILD +++ b/system/coreutils/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=coreutils pkgver=8.31 -pkgrel=1 +pkgrel=2 pkgdesc="Basic file, shell, and text manipulation utilities" url="https://www.gnu.org/software/coreutils/" arch="all" @@ -39,8 +39,7 @@ build() { --enable-no-install-program=hostname,su,kill,uptime \ --enable-install-program=arch \ --with-packager="Adélie" \ - --with-packager-bug-reports="https://bts.adelielinux.org/" \ - --enable-single-binary=symlinks + --with-packager-bug-reports="https://bts.adelielinux.org/" if [ ${CBUILD} != ${CHOST} ]; then set -- man/*.x |