meson: completions: join_paths() all the way

This commit is contained in:
Daniel Eklöf 2020-03-29 12:21:28 +02:00
parent 2c7ee09dad
commit ecbee4af3a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)