mirror of https://github.com/mpv-player/mpv
build: fix mpv.conf installation
This commit is contained in:
parent
7c804cd796
commit
796d5266f1
|
@ -444,7 +444,7 @@ def build(ctx):
|
||||||
features = "c cprogram",
|
features = "c cprogram",
|
||||||
install_path = ctx.env.BINDIR
|
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']:
|
'restore-old-bindings.conf']:
|
||||||
ctx.install_as(os.path.join(ctx.env.DOCDIR, f),
|
ctx.install_as(os.path.join(ctx.env.DOCDIR, f),
|
||||||
os.path.join('etc/', f))
|
os.path.join('etc/', f))
|
||||||
|
|
Loading…
Reference in New Issue