summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-10-24 21:51:52 +0200
committerPiotr Karbowski <slashbeast@gentoo.org>2019-10-24 21:52:59 +0200
commitc4a088199cd63467f2d0e607735fbecbec761229 (patch)
tree5a6279d6b223d79cb2524467fabcfd276c3bb490
parentnet-p2p/cpuminer-opt: 3.9.9.1 version bump (diff)
downloadgentoo-c4a088199cd63467f2d0e607735fbecbec761229.tar.gz
gentoo-c4a088199cd63467f2d0e607735fbecbec761229.tar.bz2
gentoo-c4a088199cd63467f2d0e607735fbecbec761229.zip
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 <slashbeast@gentoo.org>
-rw-r--r--sys-apps/dstat/dstat-0.7.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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