From: Michael Tremer Date: Fri, 29 Jan 2010 14:04:32 +0000 (+0100) Subject: gcc: Fix installation of man pages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=107ed6eeedb27f4fea8e9034e45f8518579122ef;p=ipfire-3.x.git gcc: Fix installation of man pages. --- diff --git a/pkgs/core/gcc/gcc.nm b/pkgs/core/gcc/gcc.nm index bb11bf522..c841e6d26 100644 --- a/pkgs/core/gcc/gcc.nm +++ b/pkgs/core/gcc/gcc.nm @@ -102,6 +102,7 @@ define STAGE_BUILD $(CONFIG_CPU) \ --prefix=/usr \ --libexecdir=/usr/lib \ + --mandir=/usr/share/man \ --enable-espf \ --enable-shared \ --enable-threads=posix \