diff --git a/completions/meson.build b/completions/meson.build index bf844d89..213241c6 100644 --- a/completions/meson.build +++ b/completions/meson.build @@ -1,3 +1,3 @@ -zsh_install_dir = join_paths(get_option('datadir'), 'zsh/site-functions') +zsh_install_dir = join_paths(get_option('datadir'), 'zsh', 'site-functions') install_data('zsh/_foot', install_dir: zsh_install_dir) install_data('zsh/_footclient', install_dir: zsh_install_dir)