]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - shell-completion/zsh/meson.build
build: preserve correct mode when generating files via jinja2
[thirdparty/systemd.git] / shell-completion / zsh / meson.build
index 31d9a39ccfc70504cab8e78a1d84ccf4ca22df55..a0615c4df97f707d9f5c3d867c9e43e4c043caa0 100644 (file)
@@ -9,8 +9,7 @@ custom_target(
         '_systemctl',
         input : '_systemctl.in',
         output : '_systemctl',
-        command : [meson_render_jinja2, config_h, '@INPUT@'],
-        capture : true,
+        command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'],
         install : zshcompletiondir != 'no',
         install_dir : zshcompletiondir)