commit: 543b5ea6264543d34e8ea5ebc553e79012fa3c7e
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 19:27:49 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 19:42:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b5ea6
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 38eec6ece2d..04847b0ef79 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