1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Use correct zsh completion path
Author: Matthias Geiger <werdahias@debian.org>
Forwarded: not-needed,
Last-Update: 2025-04-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/meson.build
+++ b/meson.build
@@ -61,7 +61,7 @@
'completions/zsh/_swaync',
'completions/zsh/_swaync-client',
)
- zsh_install_dir = join_paths(datadir, 'zsh', 'site-functions')
+ zsh_install_dir = join_paths(datadir, 'zsh', 'vendor-completions')
install_data(zsh_files, install_dir: zsh_install_dir)
endif
|