After build, it complains:
>>> Install sci-physics/profex-4.3.6 into /var/tmp/portage/sci-physics/profex-4.3.6/image
!!! dobin: /var/tmp/portage/sci-physics/profex-4.3.6/image/src/profex does not exist
Workaround: get the binary from ${S}.
--- profex/profex-4.3.6.ebuild 2023-06-27 21:49:33.746681385 +0100
+++ b/profex-4.3.6.ebuild 2023-06-27 21:46:04.633347871 +0100
@@ -60,6 +60,6 @@
}
src_install() {
- dobin "${D}"/src/profex
+ dobin "${S}"/src/profex
default
}