commit: 33d249d4b12616985c6b3b67d484e989827de983
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 08:18:33 2019 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 08:24:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d249d4
sys-apps/dstat: fix src_install() for prefix
Using 'default' as done in the version bump made files get
installed outside the prefix, directly into /usr.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
sys-apps/dstat/dstat-0.7.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild
b/sys-apps/dstat/dstat-0.7.4.ebuild
index 66bbf59ec4a..491efbdb32a 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -40,7 +40,8 @@ src_prepare() {
}
src_install() {
- default
+ emake DESTDIR="${ED}"
+ einstalldocs
if use examples; then
dodoc examples/{mstat,read}.py