From 977ff1034f39c0e693d6cbc1ef12743ac07121ee Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Fri, 10 Oct 2014 13:58:41 -0400 Subject: build: make zsh completion directory configurable Also, use the zsh default location (rather than the Debian one). --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 4ac0479f57..131bf04754 100644 --- a/wscript +++ b/wscript @@ -768,6 +768,7 @@ _INSTALL_DIRS_LIST = [ ('datadir', '${PREFIX}/share', 'data files'), ('mandir', '${DATADIR}/man', 'man pages '), ('docdir', '${DATADIR}/doc/mpv', 'documentation files'), + ('zshdir', '${DATADIR}/zsh/site-functions', 'zsh completion functions'), ] def options(opt): -- cgit v1.2.3