diff options
-rw-r--r-- | scripts/meson.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/meson.build b/scripts/meson.build index 0885a013..07d38acc 100644 --- a/scripts/meson.build +++ b/scripts/meson.build @@ -12,10 +12,10 @@ scripts_Linux = [ ] scripts_sysvinit = [ - 'halt', - 'poweroff', - 'shutdown', - 'reboot', + 'halt.in', + 'poweroff.in', + 'shutdown.in', + 'reboot.in', ] install_data(scripts_internal, |