diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2010-05-30 06:31:01 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2010-05-30 06:31:01 +0000 |
commit | cc805e9a6b9d6d065791c51f754f2a57491c0cca (patch) | |
tree | eac9984ef0740c7d25053b921ec2baef66568a94 /net-analyzer/nagios-check_fail2ban | |
parent | version bump (fixes #320239) (diff) | |
download | gentoo-2-cc805e9a6b9d6d065791c51f754f2a57491c0cca.tar.gz gentoo-2-cc805e9a6b9d6d065791c51f754f2a57491c0cca.tar.bz2 gentoo-2-cc805e9a6b9d6d065791c51f754f2a57491c0cca.zip |
fix #320749
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/nagios-check_fail2ban')
-rw-r--r-- | net-analyzer/nagios-check_fail2ban/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild (renamed from net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-2.ebuild) | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net-analyzer/nagios-check_fail2ban/ChangeLog b/net-analyzer/nagios-check_fail2ban/ChangeLog index 3e60d4177587..a7f388b87fe8 100644 --- a/net-analyzer/nagios-check_fail2ban/ChangeLog +++ b/net-analyzer/nagios-check_fail2ban/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/nagios-check_fail2ban # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_fail2ban/ChangeLog,v 1.2 2010/05/20 17:20:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_fail2ban/ChangeLog,v 1.3 2010/05/30 06:31:01 hollow Exp $ + +*nagios-check_fail2ban-3 (30 May 2010) + + 30 May 2010; Benedikt Böhm <hollow@gentoo.org> + -nagios-check_fail2ban-2.ebuild, +nagios-check_fail2ban-3.ebuild: + fix #320749 20 May 2010; Robin H. Johnson <robbat2@gentoo.org> nagios-check_fail2ban-2.ebuild: diff --git a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-2.ebuild b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild index 6873de536d60..7d190eb9efbd 100644 --- a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-2.ebuild +++ b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-2.ebuild,v 1.2 2010/05/20 17:20:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild,v 1.1 2010/05/30 06:31:01 hollow Exp $ EAPI="2" @@ -25,9 +25,5 @@ src_prepare() { } src_install() { - emake \ - DESTDIR="${D}" \ - nagiosdir="/usr/$(get_libdir)/nagios/plugins/" \ - install \ - || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" } |