]> git.pld-linux.org Git - packages/mpv.git/blame - mpv-zshcompdir.patch
- build with lua51 support
[packages/mpv.git] / mpv-zshcompdir.patch
CommitLineData
d297c06d
JP
1diff -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.074023 seconds and 4 git commands to generate.