From: Michael Tremer Date: Thu, 8 Apr 2010 09:34:52 +0000 (+0200) Subject: attr: Fix installation of manpages that got to a wrong place. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d91a124d7bba86a29109f565d4682d6b8a3f7f;p=ipfire-3.x.git attr: Fix installation of manpages that got to a wrong place. --- diff --git a/pkgs/core/attr/attr.nm b/pkgs/core/attr/attr.nm index ba9877f5b..743ebfd4a 100644 --- a/pkgs/core/attr/attr.nm +++ b/pkgs/core/attr/attr.nm @@ -47,7 +47,8 @@ PKG_TARBALL = $(THISAPP).tar.gz CONFIGURE_OPTIONS += \ --bindir=/bin \ - --enable-shared + --enable-shared \ + --mandir=/usr/share/man define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/{,usr/}lib