mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fail2ban: install man page
This commit is contained in:
parent
61a8abd6e0
commit
db5be27bd6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fail2ban'
|
# Template file for 'fail2ban'
|
||||||
pkgname=fail2ban
|
pkgname=fail2ban
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="pkg-config python3-setuptools"
|
hostmakedepends="pkg-config python3-setuptools"
|
||||||
depends="python3-pyasynchat"
|
depends="python3-pyasynchat"
|
||||||
|
@ -24,6 +24,7 @@ pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vman man/jail.conf.5
|
||||||
rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
|
rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
|
||||||
vsv fail2ban
|
vsv fail2ban
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue