0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

build: recompile zsh completion if zsh.pl changes

This commit is contained in:
Philip Sequeira 2016-09-10 15:19:59 -04:00 committed by wm4
parent eec7660274
commit 1e684e3cca

View File

@ -580,7 +580,7 @@ def build(ctx):
if ctx.dependency_satisfied('cplayer'):
if ctx.dependency_satisfied('zsh-comp'):
ctx.zshcomp(target = "etc/_mpv")
ctx.zshcomp(target = "etc/_mpv", source = "TOOLS/zsh.pl")
ctx.install_files(
ctx.env.ZSHDIR,
['etc/_mpv'])