From c4a088199cd63467f2d0e607735fbecbec761229 Mon Sep 17 00:00:00 2001 From: Piotr Karbowski Date: Thu, 24 Oct 2019 21:51:52 +0200 Subject: [PATCH] sys-apps/dstat: 0.7.4: add missing install target. Fixes broken src_install() introduced in commit 33d249d4b12616985c6b3b67d484e989827de983. Closes: https://bugs.gentoo.org/698456 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Piotr Karbowski --- sys-apps/dstat/dstat-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild index 491efbdb32a4..3c7300ff8da3 100644 --- a/sys-apps/dstat/dstat-0.7.4.ebuild +++ b/sys-apps/dstat/dstat-0.7.4.ebuild @@ -40,7 +40,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${ED}" + emake DESTDIR="${ED}" install einstalldocs if use examples; then -- 2.26.2