diff options
-rw-r--r-- | system/shadow/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/shadow/APKBUILD b/system/shadow/APKBUILD index ca81d3995..32ec48eda 100644 --- a/system/shadow/APKBUILD +++ b/system/shadow/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=shadow pkgver=4.6 -pkgrel=1 +pkgrel=2 pkgdesc="Login and password management utilities" url="https://github.com/shadow-maint/shadow" arch="all" @@ -90,7 +90,9 @@ package() { # Avoid conflict with man-pages. rm "$pkgdir"/usr/share/man/man3/getspnam.3* \ - "$pkgdir"/usr/share/man/man5/passwd.5* + "$pkgdir"/usr/share/man/man5/passwd.5* \ + "$pkgdir"/usr/share/man/man1/groups.1* \ + "$pkgdir"/usr/share/man/man8/nologin.8* } uidmap() { |