From 9b152143492386efdd49dd8f2f21350d5fbc5cd2 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 14 Oct 2016 23:55:45 +0200 Subject: [PATCH] fail2ban: s/pycompile_dirs/pycompile_module/ --- srcpkgs/fail2ban/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 3bc2fd2d281..90dc635507d 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,13 +1,13 @@ # Template file for 'fail2ban' pkgname=fail2ban version=0.9.5 -revision=1 +revision=2 noarch=yes build_style=python-module hostmakedepends="pkg-config python" depends="python" short_desc="Authentication failure monitor system" -pycompile_dirs="/usr/share/fail2ban/" +pycompile_module="fail2ban" conf_files=" /etc/fail2ban/fail2ban.conf /etc/fail2ban/jail.conf