--- ./meson.build.orig 2026-06-10 07:17:31.000000000 -0500 +++ ./meson.build 2026-09-12 17:30:53.068977576 -0500 @@ -155,7 +155,7 @@ sysusersdir = systemd.get_variable(pkgconfig : 'sysusersdir') else systemdsystemunitdir = get_option('prefix') / 'lib' / 'systemd' / systemdunit - sysusersdir = get_option('prefix') / 'sysusers.d' + sysusersdir = get_option('prefix') / 'lib' / 'sysusers.d' endif if not compiler.has_function('socket')