X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=shell-completion%2Fzsh%2Fmeson.build;h=a3a821e0b119779f56acf333a8cc007c30f861bc;hp=34408ce90daedf5cb827b2e0032e8f54cc06675e;hb=349cc4a507c4d84fcadf61f42159ea6412717896;hpb=af8786b16a39fbc92818444aac156ccbb030018c diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build index 34408ce90da..a3a821e0b11 100644 --- a/shell-completion/zsh/meson.build +++ b/shell-completion/zsh/meson.build @@ -39,7 +39,7 @@ if zshcompletiondir != 'no' ] foreach item : items - if item[1] == '' or conf.get(item[1], false) + if item[1] == '' or conf.get(item[1]) == 1 install_data(item[0], install_dir : zshcompletiondir) endif