From b2bad573fdb93a6c2a7ca05b4c82a03500ac2c73 Mon Sep 17 00:00:00 2001 From: prspkt Date: Thu, 15 Aug 2019 00:23:05 +0300 Subject: community/shadow: restore manpage * Removing passwd.5 does not properly resolve the conflict. Signed-off-by: prspkt --- community/shadow/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/shadow/APKBUILD b/community/shadow/APKBUILD index 62e385106f..5093a8223b 100644 --- a/community/shadow/APKBUILD +++ b/community/shadow/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall pkgname=shadow pkgver=4.6 -pkgrel=3 +pkgrel=4 pkgdesc="PAM-using login and passwd utilities (usermod, useradd, ...)" url="http://pkg-shadow.alioth.debian.org/" arch="all" @@ -84,8 +84,7 @@ 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/man1/passwd.1* + "$pkgdir"/usr/share/man/man5/passwd.5* } uidmap() { -- cgit v1.2.3