From: Michael Tremer Date: Sat, 30 Jan 2010 22:28:50 +0000 (+0100) Subject: pciutils: Fix installation of man pages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951459e8fe7a6e1c57a799fce84a26c4a089dcdd;p=ipfire-3.x.git pciutils: Fix installation of man pages. --- diff --git a/pkgs/core/pciutils/pciutils.nm b/pkgs/core/pciutils/pciutils.nm index 0bf74082c..0a27064f1 100644 --- a/pkgs/core/pciutils/pciutils.nm +++ b/pkgs/core/pciutils/pciutils.nm @@ -46,7 +46,8 @@ define STAGE_BUILD endef define STAGE_INSTALL - cd $(DIR_APP) && make SHARED=yes PREFIX=/usr install DESTDIR=$(BUILDROOT) + cd $(DIR_APP) && make SHARED=yes PREFIX=/usr install DESTDIR=$(BUILDROOT) \ + MANDIR=/usr/share/man -mkdir -pv $(BUILDROOT)/usr/include/pci install -v -m 644 $(DIR_APP)/lib/*.h $(BUILDROOT)/usr/include/pci