Systemd/src/sulogin-shell/meson.build

8 lines
202 B
Meson

gen = configure_file(
input : 'systemd-sulogin-shell.in',
output : 'systemd-sulogin-shell',
configuration : substs)
install_data(gen,
install_dir : rootlibexecdir)