commit: ec50d58e875f287b34e8015a9480c2d1fa470073 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Aug 16 11:49:02 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 12:01:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec50d58e
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29868 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> sys-block/whdd/whdd-3.0.1-r2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}
