Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Fix the path for installed man pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwidawsk authored and emersion committed Jun 7, 2019
1 parent 38d2747 commit 76e9f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 76e9f41

Please sign in to comment.