Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jborme opened this issue Jun 27, 2023 · 2 comments

Comments

@jborme
Copy link

jborme commented Jun 27, 2023

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
 }
@LebedevV
Copy link
Contributor

Great, will check today later!
Thanks!

@LebedevV
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants