Fixed installation of man pages
This commit is contained in:
parent
205312e632
commit
5e8cf5bd66
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ if env['layout'] != 'debian':
|
|||
|
||||
# Copy man pages
|
||||
if env['INSTALL_MANPAGES']:
|
||||
install('$inst_mandir', mglob(localenv, 'man', '*'))
|
||||
install('$inst_mandir', mglob(localenv, '#platform/posix/man', '*'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue