From 543b5ea6264543d34e8ea5ebc553e79012fa3c7e Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Wed, 7 Feb 2018 04:27:49 +0900 Subject: [PATCH] sys-apps/dstat: support Prefix again. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- sys-apps/dstat/dstat-0.7.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild b/sys-apps/dstat/dstat-0.7.3.ebuild index 38eec6ece2d6f..04847b0ef7921 100644 --- a/sys-apps/dstat/dstat-0.7.3.ebuild +++ b/sys-apps/dstat/dstat-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,9 @@ RDEPEND=" DEPEND="" src_install() { - default + emake DESTDIR="${ED}" install + einstalldocs + if use examples; then dodoc examples/{mstat,read}.py fi