man-pages: rename conflicting manpages with openssl-devel.

This commit is contained in:
Juan RP 2014-03-29 13:24:52 +01:00
parent 9e8af110f2
commit 2f974d0d28

View File

@ -1,7 +1,7 @@
# Template file for 'man-pages'
pkgname=man-pages
version=3.63
revision=1
revision=2
noarch="yes"
short_desc="Linux Documentation Project (LDP) manual pages"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -27,11 +27,14 @@ do_install() {
rm -f man1/diff.1
# xf86-input-mouse
rm -f man4/mouse.4
# From tzdata.
# tzdata
rm -f man5/tzfile.5
rm -f man8/zdump.8
rm -f man8/tzselect.8
rm -f man8/zic.8
# From attr-devel.
# attr-devel
rm -f man2/*xattr.2
# openssl-devel
mv man3/rand.3 man3/glibc-rand.3
mv man3/err.3 man3/glibc-err.3
}