summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/dstat/dstat-0.7.3.ebuild6
1 files 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 38eec6ece2d6..04847b0ef792 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