diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-29 18:06:27 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-29 20:10:33 +0000 |
commit | 5a54b0a20c80356de5098694353f506e73fb883f (patch) | |
tree | 90404cd3cb79361b7251e8c9cc536299f6ff12c4 /misc/meson.build | |
parent | e28dc26084f5dc65de564a6e4dddf13a239444fd (diff) |
meson: install systemd files
Change-Id: Idacf602fd379c82a051f00df2293cb02c8b286d4
Diffstat (limited to 'misc/meson.build')
-rw-r--r-- | misc/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/meson.build b/misc/meson.build index f279aeff4..a6d1f944b 100644 --- a/misc/meson.build +++ b/misc/meson.build @@ -1,3 +1,5 @@ subdir('bash') subdir('fish') subdir('zsh') + +subdir('systemd') |