stuff icon indicating copy to clipboard operation
stuff copied to clipboard

sci-physics/profex-4.3.6: /var/tmp/portage/sci-physics/profex-4.3.6/image/src/profex does not exist

Open jborme opened this issue 2 years ago • 2 comments

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
 }

jborme avatar Jun 27 '23 20:06 jborme

Great, will check today later! Thanks!

LebedevV avatar Jul 14 '23 11:07 LebedevV

Hi there, May I ask you to check it? Should be OK now...

LebedevV avatar Jul 25 '23 00:07 LebedevV