summaryrefslogtreecommitdiff
path: root/src/sulogin-shell
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-10 12:37:52 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:27 -0400
commit4e4ab1c32a2dfd7ac0d03e65ea669fc58d61cc1e (patch)
tree9dbe90ce42342f3c7efd334cf98a6c8525cd0e71 /src/sulogin-shell
parentd7148676863c716320798ede129a3af5d27c8d31 (diff)
downloadsystemd-4e4ab1c32a2dfd7ac0d03e65ea669fc58d61cc1e.tar.gz
meson: install systemd-sulogin-shell too
Diffstat (limited to 'src/sulogin-shell')
-rw-r--r--src/sulogin-shell/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sulogin-shell/meson.build b/src/sulogin-shell/meson.build
new file mode 100644
index 0000000000..80ac8c43d0
--- /dev/null
+++ b/src/sulogin-shell/meson.build
@@ -0,0 +1,9 @@
+# -*- mode: meson -*-
+
+gen = configure_file(
+ input : 'systemd-sulogin-shell.in',
+ output : 'systemd-sulogin-shell',
+ configuration : substs)
+
+install_data(gen,
+ install_dir : rootlibexecdir)