From ecbee4af3a6e5564e3a90a01e6a72588c77fd434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 29 Mar 2020 12:21:28 +0200 Subject: [PATCH] meson: completions: join_paths() all the way --- completions/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)