mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: completions: join_paths() all the way
This commit is contained in:
parent
2c7ee09dad
commit
ecbee4af3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue