File: use-correct-zsh-dir.diff

package info (click to toggle)
sway-notification-center 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: xml: 188; python: 8; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
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