app-benchmarks/stress-ng: fix install on prefix

Closes: https://bugs.gentoo.org/937919
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2025-02-14 14:35:03 +01:00
parent da340b9a20
commit 576d03b44f

View File

@@ -57,3 +57,8 @@ src_compile() {
emake "${myemakeopts[@]}"
}
src_install() {
emake DESTDIR="${ED}" install
einstalldocs
}