build: fix mpv.conf installation

This commit is contained in:
wm4 2016-01-11 22:13:16 +01:00
parent 7c804cd796
commit 796d5266f1
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ def build(ctx):
features = "c cprogram",
install_path = ctx.env.BINDIR
)
for f in ['example.conf', 'input.conf', 'mplayer-input.conf', \
for f in ['mpv.conf', 'input.conf', 'mplayer-input.conf', \
'restore-old-bindings.conf']:
ctx.install_as(os.path.join(ctx.env.DOCDIR, f),
os.path.join('etc/', f))