diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-10-24 21:51:52 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-10-24 21:52:59 +0200 |
commit | c4a088199cd63467f2d0e607735fbecbec761229 (patch) | |
tree | 5a6279d6b223d79cb2524467fabcfd276c3bb490 /sys-apps/dstat | |
parent | net-p2p/cpuminer-opt: 3.9.9.1 version bump (diff) | |
download | gentoo-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>
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r-- | sys-apps/dstat/dstat-0.7.4.ebuild | 2 |
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 |