diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-01-01 07:16:34 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-01-01 07:19:10 +0100 |
commit | 0af58e1d6cc01d1658f264e86d3404323d207e5d (patch) | |
tree | 8722a4519086692681a264a9ce0ac6c9a6d254bf /net-analyzer/fail2ban | |
parent | dev-lisp/sbcl: bump to 1.4.15 (diff) | |
download | gentoo-0af58e1d6cc01d1658f264e86d3404323d207e5d.tar.gz gentoo-0af58e1d6cc01d1658f264e86d3404323d207e5d.tar.bz2 gentoo-0af58e1d6cc01d1658f264e86d3404323d207e5d.zip |
net-analyzer/fail2ban: Fix live ebuild
Closes: https://bugs.gentoo.org/674204
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-99999999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index a00563b4c262..c0387412503e 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,7 +58,6 @@ python_install_all() { # not FILESDIR newconfd files/gentoo-confd ${PN} newinitd files/gentoo-initd ${PN} - systemd_dounit files/${PN}.service sed -e "s:@BINDIR@:${EPREFIX}/usr/bin:g" files/${PN}.service.in > "${T}"/${PN}.service || die systemd_dounit "${T}"/${PN}.service systemd_dotmpfilesd files/${PN}-tmpfiles.conf |