diff options
author | Benda Xu <heroxbd@gentoo.org> | 2018-02-07 04:27:49 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2018-02-07 04:42:46 +0900 |
commit | 543b5ea6264543d34e8ea5ebc553e79012fa3c7e (patch) | |
tree | e630803e7505505ed5b0059b3815334a06008baf /sys-apps/dstat | |
parent | sci-physics/cernlib: bump to debian patchset 4.3 (diff) | |
download | gentoo-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
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r-- | sys-apps/dstat/dstat-0.7.3.ebuild | 6 |
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 |