fail2ban: s/pycompile_dirs/pycompile_module/

This commit is contained in:
Alessio Sergi 2016-10-14 23:55:45 +02:00
parent 44ed9c2619
commit 9b15214349

View File

@ -1,13 +1,13 @@
# Template file for 'fail2ban' # Template file for 'fail2ban'
pkgname=fail2ban pkgname=fail2ban
version=0.9.5 version=0.9.5
revision=1 revision=2
noarch=yes noarch=yes
build_style=python-module build_style=python-module
hostmakedepends="pkg-config python" hostmakedepends="pkg-config python"
depends="python" depends="python"
short_desc="Authentication failure monitor system" short_desc="Authentication failure monitor system"
pycompile_dirs="/usr/share/fail2ban/" pycompile_module="fail2ban"
conf_files=" conf_files="
/etc/fail2ban/fail2ban.conf /etc/fail2ban/fail2ban.conf
/etc/fail2ban/jail.conf /etc/fail2ban/jail.conf