diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-26 23:27:22 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-26 23:27:22 +0000 |
commit | a4caeba6ebb23ce9c9a2a176b813d1af6c11c205 (patch) | |
tree | a0e93e706aa7cd6e7890bf206e2952dd72104d09 /net-analyzer | |
parent | Bug #267801: obscure parallel make fix. (diff) | |
download | gentoo-2-a4caeba6ebb23ce9c9a2a176b813d1af6c11c205.tar.gz gentoo-2-a4caeba6ebb23ce9c9a2a176b813d1af6c11c205.tar.bz2 gentoo-2-a4caeba6ebb23ce9c9a2a176b813d1af6c11c205.zip |
Fix double install of manpages.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/munin/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/munin/munin-1.3.4-r2.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog index 867d8f1fadad..895476b00996 100644 --- a/net-analyzer/munin/ChangeLog +++ b/net-analyzer/munin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/munin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.24 2009/08/26 23:25:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.25 2009/08/26 23:27:22 robbat2 Exp $ + + 26 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> munin-1.3.4-r2.ebuild: + Fix double install of manpages. 26 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> munin-1.3.4-r2.ebuild, +files/munin-1.3.4-parallel-make-fix.patch: diff --git a/net-analyzer/munin/munin-1.3.4-r2.ebuild b/net-analyzer/munin/munin-1.3.4-r2.ebuild index ecc93ea96327..f02545735b02 100644 --- a/net-analyzer/munin/munin-1.3.4-r2.ebuild +++ b/net-analyzer/munin/munin-1.3.4-r2.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/munin/munin-1.3.4-r2.ebuild,v 1.2 2009/08/26 23:25:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.3.4-r2.ebuild,v 1.3 2009/08/26 23:27:22 robbat2 Exp $ EAPI="2" @@ -101,8 +101,6 @@ src_install() { emake DESTDIR="${D}" install-main install-man install-node install-node-plugins || die "install failed" fowners munin:munin ${dirs} - emake DESTDIR="${D}" install-man || die "install manpages failed" - insinto /etc/munin/plugin-conf.d/ newins "${FILESDIR}"/${PN}-1.3.2-plugins.conf munin-node |