You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
562 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -111,7 +111,7 @@ distclean: clean
  4. install: all
  5. # -c is ignored on Linux, but required on FreeBSD
  6. $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7
  7. - $(INSTALL) -c -m 755 $(STRIP) lspci setpci $(DESTDIR)$(SBINDIR)
  8. + $(INSTALL) -c -m 755 lspci setpci $(DESTDIR)$(SBINDIR)
  9. $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR)
  10. $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR)
  11. $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8