abinfo "Installing bash completion ..."
install -Dvm644 "$SRCDIR"/files/bash-completion \
	-t "$PKGDIR"/usr/share/bash-completion/completions/fail2ban

abinfo "Installing systemd service ..."
install -Dvm644 "$SRCDIR"/build/fail2ban.service \
	-t "$PKGDIR"/usr/lib/systemd/system

abinfo "Installing man pages ..."
install -Dvm644 "$SRCDIR"/man/*.1 -t "$PKGDIR"/usr/share/man/man1
install -Dvm644 "$SRCDIR"/man/*.5 -t "$PKGDIR"/usr/share/man/man5
