summaryrefslogtreecommitdiff
path: root/src/sulogin-shell/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/sulogin-shell/meson.build')
-rw-r--r--src/sulogin-shell/meson.build8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/sulogin-shell/meson.build b/src/sulogin-shell/meson.build
index 80ac8c43d0..4ec0d3da1a 100644
--- a/src/sulogin-shell/meson.build
+++ b/src/sulogin-shell/meson.build
@@ -1,9 +1,7 @@
-# -*- mode: meson -*-
-
gen = configure_file(
- input : 'systemd-sulogin-shell.in',
- output : 'systemd-sulogin-shell',
- configuration : substs)
+ input : 'systemd-sulogin-shell.in',
+ output : 'systemd-sulogin-shell',
+ configuration : substs)
install_data(gen,
install_dir : rootlibexecdir)