From c281152b81fbe8e22cd4c0d2fc75b64eeea6a2ea Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 13 Apr 2021 16:17:51 +0200 Subject: [PATCH] man-pages: don't remove xattr syscall pages Those are not longer provided by attr-devel, and this prevents the xattr family of syscall man-pages from getting included in the man-pages devel package. --- srcpkgs/man-pages/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/man-pages/template b/srcpkgs/man-pages/template index f9f7e9a144a7..c5cc250ad353 100644 --- a/srcpkgs/man-pages/template +++ b/srcpkgs/man-pages/template @@ -1,7 +1,7 @@ # Template file for 'man-pages' pkgname=man-pages version=5.11 -revision=1 +revision=2 short_desc="Linux Documentation Project (LDP) manual pages" maintainer="Enno Boland " license="GPL-2.0-or-later" @@ -34,9 +34,6 @@ do_install() { # mdocml rm -f man7/man.7 rm -f man7/mdoc.7 - # attr-devel - rm -f man5/attr.5 - rm -f man2/*xattr.2 # openssl-devel mv man3/rand.3 man3/glibc-rand.3 mv man3/err.3 man3/glibc-err.3