From: Michael Tremer Date: Wed, 27 Jan 2010 14:46:42 +0000 (+0100) Subject: sed: Fix installation path of man pages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da1b3e5f96ba5c83e7a7eee90e10cccbb3511b7;p=ipfire-3.x.git sed: Fix installation path of man pages. --- diff --git a/pkgs/core/sed/sed.nm b/pkgs/core/sed/sed.nm index 4e3ec27dc..0f0af4cef 100644 --- a/pkgs/core/sed/sed.nm +++ b/pkgs/core/sed/sed.nm @@ -53,7 +53,8 @@ define STAGE_BUILD ./configure \ --prefix=/usr \ --bindir=/bin \ - --without-included-regex + --without-included-regex \ + --mandir=/usr/share/man cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef