From 33d249d4b12616985c6b3b67d484e989827de983 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Tue, 22 Oct 2019 10:18:33 +0200 Subject: [PATCH] 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 --- 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 66bbf59ec4a3..491efbdb32a4 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 -- 2.26.2