mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
man-pages: remove manpages that conflict with mdocml.
This commit is contained in:
parent
bb566aa0ce
commit
a42d312ee7
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'man-pages'
|
# Template file for 'man-pages'
|
||||||
pkgname=man-pages
|
pkgname=man-pages
|
||||||
version=3.72
|
version=3.72
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
short_desc="Linux Documentation Project (LDP) manual pages"
|
short_desc="Linux Documentation Project (LDP) manual pages"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -32,6 +32,9 @@ do_install() {
|
||||||
rm -f man8/zdump.8
|
rm -f man8/zdump.8
|
||||||
rm -f man8/tzselect.8
|
rm -f man8/tzselect.8
|
||||||
rm -f man8/zic.8
|
rm -f man8/zic.8
|
||||||
|
# mdocml
|
||||||
|
rm -f man7/man.7
|
||||||
|
rm -f man7/mdoc.7
|
||||||
# attr-devel
|
# attr-devel
|
||||||
rm -f man2/*xattr.2
|
rm -f man2/*xattr.2
|
||||||
# openssl-devel
|
# openssl-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue