mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: make zsh completion directory configurable
Also, use the zsh default location (rather than the Debian one).
This commit is contained in:
@@ -563,7 +563,7 @@ def build(ctx):
|
||||
if ctx.dependency_satisfied('zsh-comp'):
|
||||
ctx.zshcomp(target = "etc/_mpv")
|
||||
ctx.install_files(
|
||||
ctx.env.DATADIR + '/zsh/vendor-completions',
|
||||
ctx.env.ZSHDIR,
|
||||
['etc/_mpv'])
|
||||
|
||||
ctx.install_files(
|
||||
|
||||
Reference in New Issue
Block a user