fail2ban: install man page
This commit is contained in:
parent
61a8abd6e0
commit
db5be27bd6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fail2ban'
|
||||
pkgname=fail2ban
|
||||
version=1.0.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
depends="python3-pyasynchat"
|
||||
|
@ -24,6 +24,7 @@ pre_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vman man/jail.conf.5
|
||||
rm -rf ${DESTDIR}/${py3_sitelib}/fail2ban/tests
|
||||
vsv fail2ban
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue