summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 38ea141b3d..302d3caeb4 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -16,7 +16,7 @@ def _build_man(ctx):
target = 'DOCS/man/en/mpv.1',
source = 'DOCS/man/en/mpv.rst',
rule = '${RST2MAN} ${SRC} ${TGT}',
- install_path = ctx.env.MANDIR)
+ install_path = ctx.env.MANDIR + '/man1')
_add_rst_manual_dependencies(ctx)