From 796d5266f1dce41ac6026a5ac4314ab7634e04af Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 11 Jan 2016 22:13:16 +0100 Subject: [PATCH] build: fix mpv.conf installation --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript_build.py b/wscript_build.py index f0e7504e07..08e24f683c 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -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))