diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-08-16 12:49:02 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-08-16 13:01:08 +0100 |
commit | ec50d58e875f287b34e8015a9480c2d1fa470073 (patch) | |
tree | 48f2961e5328d22c3cc1c8c101a8e4cb321444a5 /sys-block | |
parent | sys-process/audit: Stabilize 3.1.1 arm64, #909795 (diff) | |
download | gentoo-ec50d58e875f287b34e8015a9480c2d1fa470073.tar.gz gentoo-ec50d58e875f287b34e8015a9480c2d1fa470073.tar.bz2 gentoo-ec50d58e875f287b34e8015a9480c2d1fa470073.zip |
sys-block/whdd: Fix install for Gentoo Prefix
No revision bump because not only does this not change the run-time
behaviour but also is effectively a no-op for non-Prefix users.
Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29868
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/whdd/whdd-3.0.1-r2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-block/whdd/whdd-3.0.1-r2.ebuild b/sys-block/whdd/whdd-3.0.1-r2.ebuild index eadfaf945d92..fdadb1a4f8d4 100644 --- a/sys-block/whdd/whdd-3.0.1-r2.ebuild +++ b/sys-block/whdd/whdd-3.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,3 +29,8 @@ src_compile() { tc-export CC default } + +src_install() { + emake DESTDIR="${ED}" install + einstalldocs +} |