From 5e8cf5bd66e72acceb1a8868b02a024e1a1db3be Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 12 Jun 2012 22:48:55 +0000 Subject: [PATCH] Fixed installation of man pages --- src/apps/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '*'))