Fixed installation of man pages

This commit is contained in:
Ray Speth 2012-06-12 22:48:55 +00:00
parent 205312e632
commit 5e8cf5bd66

View file

@ -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', '*'))