summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-02-07 04:27:49 +0900
committerBenda Xu <heroxbd@gentoo.org>2018-02-07 04:42:46 +0900
commit543b5ea6264543d34e8ea5ebc553e79012fa3c7e (patch)
treee630803e7505505ed5b0059b3815334a06008baf
parentsci-physics/cernlib: bump to debian patchset 4.3 (diff)
downloadgentoo-543b5ea6264543d34e8ea5ebc553e79012fa3c7e.tar.gz
gentoo-543b5ea6264543d34e8ea5ebc553e79012fa3c7e.tar.bz2
gentoo-543b5ea6264543d34e8ea5ebc553e79012fa3c7e.zip
sys-apps/dstat: support Prefix again.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-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