From: Michael Tremer Date: Sat, 13 Feb 2010 11:59:24 +0000 (+0100) Subject: grub: Install man pages in correct path. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ebbb035716ee83955829e6e5a6689b2c2ceddf1;p=ipfire-3.x.git grub: Install man pages in correct path. --- diff --git a/pkgs/core/grub/grub.nm b/pkgs/core/grub/grub.nm index 5f92abba8..e95167d1a 100644 --- a/pkgs/core/grub/grub.nm +++ b/pkgs/core/grub/grub.nm @@ -81,7 +81,8 @@ define STAGE_BUILD cd $(DIR_APP) && \ grub_cv_prog_objcopy_absolute=yes \ ./configure \ - --prefix=/usr + --prefix=/usr \ + --mandir=/usr/share/man cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef