summaryrefslogtreecommitdiff
path: root/src/sulogin-shell/meson.build
blob: 4ec0d3da1a66df2d1c4d06a317645bbda323bd4b (plain)
1
2
3
4
5
6
7
gen = configure_file(
        input : 'systemd-sulogin-shell.in',
        output : 'systemd-sulogin-shell',
        configuration : substs)

install_data(gen,
             install_dir : rootlibexecdir)