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

exec switch not working #12

Closed
aytekinar opened this issue Sep 11, 2019 · 6 comments
Closed

exec switch not working #12

aytekinar opened this issue Sep 11, 2019 · 6 comments
Assignees

Comments

@aytekinar
Copy link

Hi,

gendesk --exec=/path/to/alternative/binary PKGBUILD does not seem to care about the alternative binary. Is this a bug or am I missing something?

@xyproto
Copy link
Owner

xyproto commented Sep 12, 2019

Hi, thanks for reporting.

Yes, when using a PKGBUILD the flags that could have been specified in the PKGBUILD are ignored.

The solution is to only use a PKGBUILD or flags. I should document this.

@xyproto
Copy link
Owner

xyproto commented Sep 12, 2019

I changed the implementation so that flags override the values from the PKGBUILD instead.

@aytekinar
Copy link
Author

Thank you for implementing the override feature. This is very important because I believe that PKGBUILD can not always provide an Exec file properly --- at least, I had trouble obtaining one when writing a VCS-based package for myself (my solution was seding the end result).

Cheers!

@xyproto
Copy link
Owner

xyproto commented Sep 16, 2019

gendesk 1.0.4 is now out. It includes this enhancement.

@aytekinar
Copy link
Author

I have tried it, and now, it is working as I expect it to run. Thank you once more for your time!

@xyproto
Copy link
Owner

xyproto commented Sep 20, 2019

Glad it works now. Thanks for reporting and for testing.

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