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

init/meson: Use libdir instead of hardcoded /lib path #527

Merged
merged 1 commit into from
Mar 13, 2022

Conversation

Foxboron
Copy link
Contributor

Hardcoding /lib makes meson create a directory which would conflict on
distros with usrmerge as /lib is a symlink. We define libdir in the
top-level so we should be using that instead.

Signed-off-by: Morten Linderud morten@linderud.pw

Hardcoding `/lib` makes meson create a directory which would conflict on
distros with usrmerge as `/lib` is a symlink. We define `libdir` in the
top-level so we should be using that instead.

Signed-off-by: Morten Linderud <morten@linderud.pw>
@brauner
Copy link
Member

brauner commented Mar 13, 2022

Failures are currently expected. :)

@brauner brauner merged commit eedf60a into lxc:master Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants