mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
3 lines
195 B
Meson
3 lines
195 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)
|