summaryrefslogtreecommitdiff
path: root/system/shadow
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2018-09-19 00:43:45 -0700
committerDan Theisen <djt@hxx.in>2018-09-19 00:43:45 -0700
commit580e63a75faf124dea2aaba7a93f88b183d16598 (patch)
tree615be4c974f79e7eb6466b21da3718e1185d5b17 /system/shadow
parent5984f0e2e1424bee2a9b5fc35c13edaa8ede3ccd (diff)
downloadpackages-580e63a75faf124dea2aaba7a93f88b183d16598.tar.gz
packages-580e63a75faf124dea2aaba7a93f88b183d16598.tar.bz2
packages-580e63a75faf124dea2aaba7a93f88b183d16598.tar.xz
packages-580e63a75faf124dea2aaba7a93f88b183d16598.zip
system/shadow: remove manpages conflicting with coreutils and util-linux
Diffstat (limited to 'system/shadow')
-rw-r--r--system/shadow/APKBUILD6
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() {