diff --git a/src/apps/SConscript b/src/apps/SConscript index fef8089d2..9b7f3034d 100644 --- a/src/apps/SConscript +++ b/src/apps/SConscript @@ -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', '*'))