1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-18 09:51:36 +02:00

Fix the path for installed man pages.

This commit is contained in:
Ben Widawsky 2019-06-07 13:10:11 -07:00 committed by Simon Ser
parent 38d27474b6
commit 76e9f4151f

View File

@ -76,7 +76,7 @@ if scdoc.found()
sh, '-c', '@0@ < @INPUT@ > @1@'.format(scdoc_prog.path(), output)
],
install: true,
install_dir: join_paths(mandir, section),
install_dir: '@0@/man@1@'.format(mandir, section)
)
endforeach
endif