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

build: cmake installs to wrong libexecdir #1083

Closed
grondo opened this issue Sep 28, 2023 · 0 comments
Closed

build: cmake installs to wrong libexecdir #1083

grondo opened this issue Sep 28, 2023 · 0 comments

Comments

@grondo
Copy link
Contributor

grondo commented Sep 28, 2023

Just noticed another issue with the cmake build. It is installing flux-ion-R.py into /usr/libexec/cmd/flux-ion-R.py instead of under /usr/libexec/flux/cmd.

grondo added a commit to grondo/flux-sched that referenced this issue Sep 28, 2023
Problem: The cmake-based build installs flux-ion-R.py to
<libexecdir>/cmd/ instead of <libexecdir>/flux/cmd.

Fix the path for FLUX_CMD_DIR so that this program is installed to
the correct path.

Fixes flux-framework#1083
@mergify mergify bot closed this as completed in dfaf59e Sep 29, 2023
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

Successfully merging a pull request may close this issue.

1 participant