diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-08 13:28:29 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-08 13:28:29 -0500 |
commit | 4aa5a89ee0b4854809d9dcafe786e100651dc1b5 (patch) | |
tree | ac35ec09ef944ce48f47b82fd844c4180dd3c421 /scripts | |
parent | 46a0bfedd14001bd6df2e3ca7b96261ddabdfb71 (diff) |
build: fix sysvinit script installation
Diffstat (limited to 'scripts')
-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, |