]> git.proxmox.com Git - mirror_lxcfs.git/commit - config/init/meson.build
init/meson: Use libdir instead of hardcoded /lib path
authorMorten Linderud <morten@linderud.pw>
Sun, 13 Mar 2022 11:36:50 +0000 (12:36 +0100)
committerMorten Linderud <morten@linderud.pw>
Sun, 13 Mar 2022 11:36:50 +0000 (12:36 +0100)
commit28a1c1a88919cc4e69ea64e79097668a909d48a6
treee56ddcff052840fb8f9f963d8cbc9469b2d4b513
parenta5e0da4e20b249370d88fdb40cc2d422b1c07828
init/meson: Use libdir instead of hardcoded /lib path

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>
config/init/meson.build