diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2021-10-17 20:11:20 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2021-10-17 20:11:20 -0600 |
commit | 82052a1e22d62b470012a89a776e384c2686b59b (patch) | |
tree | 038cd8e4afadfb6f7b7857baac31b854bded27a7 /main/coreutils | |
parent | f199f92f81b06471a3eb0dfc5983433a3eb69d71 (diff) | |
download | aports-82052a1e22d62b470012a89a776e384c2686b59b.zip |
main/coreutils: make shadow installable again by removing cmd:groups
Diffstat (limited to 'main/coreutils')
-rw-r--r-- | main/coreutils/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 63bef5b8df5..dfcbdebe742 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=coreutils pkgver=9.0 -pkgrel=1 +pkgrel=2 pkgdesc="The basic file, shell and text manipulation utilities" url="https://www.gnu.org/software/coreutils/" arch="all" @@ -56,6 +56,9 @@ package() { # chroot lives in /usr/sbin with busybox rm "$pkgdir"/usr/bin/chroot ln -s ../bin/coreutils "$pkgdir"/usr/sbin/chroot + + # resolve conflict between shadow and coreutils for cmd:groups + rm "$pkgdir"/bin/groups } # XXX - some gnulib tests broken, find a way to patch out gnulib tests |