--- platform/posix/SConscript.orig	2023-08-23 04:54:38 UTC
+++ platform/posix/SConscript
@@ -6,7 +6,7 @@ Import('env', 'build', 'install')
 localenv = env.Clone()
 
 # Copy man pages
-if env['INSTALL_MANPAGES']:
+if True or env['INSTALL_MANPAGES']:
     install('$inst_mandir', multi_glob(localenv, '#platform/posix/man', '*'))
 
 ### Generate customized scripts ###
