]> git.pld-linux.org Git - packages/mpv.git/blob - mpv-zshcompdir.patch
- build with lua51 support
[packages/mpv.git] / mpv-zshcompdir.patch
1 diff -urN mpv-0.4.0.orig/wscript_build.py mpv-0.4.0/wscript_build.py
2 --- mpv-0.4.0.orig/wscript_build.py     2014-06-28 12:59:05.435131074 +0200
3 +++ mpv-0.4.0/wscript_build.py  2014-06-28 12:59:38.128463410 +0200
4 @@ -539,7 +539,7 @@
5      if ctx.dependency_satisfied('zsh-comp'):
6          ctx.zshcomp(target = "etc/_mpv")
7          ctx.install_files(
8 -            ctx.env.DATADIR + '/zsh/vendor-completions',
9 +            ctx.env.DATADIR + '/zsh/site-functions',
10              ['etc/_mpv'])
11  
12      ctx.install_files(
This page took 0.053307 seconds and 3 git commands to generate.