diff options
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.4.9.ebuild')
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.4.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild b/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild index 30f7a8ceae07..7a37b73fc1ce 100644 --- a/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild,v 1.3 2014/10/21 09:20:58 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.4.9.ebuild,v 1.4 2014/11/28 21:28:24 jer Exp $ EAPI="5" @@ -138,8 +138,6 @@ src_install() { perl_delete_packlist fi - use python && distutils-r1_src_install - dodoc CHANGES CONTRIBUTORS NEWS README THREADS TODO find "${ED}"usr -name '*.la' -exec rm -f {} + @@ -149,6 +147,8 @@ src_install() { newconfd "${FILESDIR}"/rrdcached.confd rrdcached newinitd "${FILESDIR}"/rrdcached.init rrdcached + + use python && distutils-r1_src_install } pkg_postinst() { |