mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
mdocml: remove conflicting manpage (roff.7).
This commit is contained in:
parent
11340fcc35
commit
2a596fc130
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.13.2
|
version=1.13.2
|
||||||
revision=5
|
revision=6
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
replaces="groff>=0 man-db>=0"
|
replaces="groff>=0 man-db>=0"
|
||||||
|
@ -31,6 +31,8 @@ post_install() {
|
||||||
done
|
done
|
||||||
# remove devel stuff.
|
# remove devel stuff.
|
||||||
rm -rf ${DESTDIR}/usr/{include,lib}
|
rm -rf ${DESTDIR}/usr/{include,lib}
|
||||||
|
# remove conflicting file
|
||||||
|
rm -f ${DESTDIR}/usr/share/man/man7/roff.7
|
||||||
# Daily cron job to generate man db
|
# Daily cron job to generate man db
|
||||||
vinstall ${FILESDIR}/makewhatis.cron.daily 755 etc/cron.daily makewhatis
|
vinstall ${FILESDIR}/makewhatis.cron.daily 755 etc/cron.daily makewhatis
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue