]> mj.ucw.cz Git - pciutils.git/commitdiff
Do not forget to create the man7 directory.
authorMartin Mares <mj@ucw.cz>
Wed, 13 Feb 2008 14:15:06 +0000 (15:15 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 13 Feb 2008 14:15:06 +0000 (15:15 +0100)
Makefile

index 275158771f74d630d9585f0c1c44d0a0f7100a7e..f9f6cdd7853dd5579c7698e9a312d2892fa51e63 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ distclean: clean
 
 install: all
 # -c is ignored on Linux, but required on FreeBSD
-       $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8
+       $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7
        $(INSTALL) -c -m 755 -s lspci setpci $(DESTDIR)$(SBINDIR)
        $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR)
        $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR)