mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
3 lines
192 B
Meson
3 lines
192 B
Meson
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)
|