diff options
author | 2009-05-31 08:13:37 +0000 | |
---|---|---|
committer | 2009-05-31 08:13:37 +0000 | |
commit | 503ffa1a68f4cbd5cd19b8ad0c7dbea6bfffd885 (patch) | |
tree | 7d5f504f1b50a2d4bafeef19e3e51d20f17bdedb /net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-503ffa1a68f4cbd5cd19b8ad0c7dbea6bfffd885.tar.gz gentoo-2-503ffa1a68f4cbd5cd19b8ad0c7dbea6bfffd885.tar.bz2 gentoo-2-503ffa1a68f4cbd5cd19b8ad0c7dbea6bfffd885.zip |
Fix stupid typo, #271946
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild')
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild index 53d29bc2ab9a..fbda8369d064 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild,v 1.1 2009/05/30 07:58:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.13-r4.ebuild,v 1.2 2009/05/31 08:13:37 dertobi123 Exp $ EAPI=1 @@ -61,7 +61,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-mysqlpass-917fcc7.patch # check_ups Logout, #243384 ,will be fixed upstream in 1.4.14 - epatch "${FILESDIR}"/${P}--upslogout.patch + epatch "${FILESDIR}"/${P}-upslogout.patch eautoreconf } |