OpenSDE Packages Database (without history before r20070)
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.

44 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../pciutils/pciutils-3.1.7-do-not-install-shipped-pci-ids.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -ruN pciutils-3.1.7-orig/Makefile pciutils-3.1.7/Makefile
  17. --- pciutils-3.1.7-orig/Makefile 2010-01-31 18:42:12.000000000 +0100
  18. +++ pciutils-3.1.7/Makefile 2011-05-16 18:48:30.244002338 +0200
  19. @@ -52,7 +52,7 @@
  20. export
  21. -all: lib/$(PCILIB) lspci setpci example lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8 $(PCI_IDS)
  22. +all: lib/$(PCILIB) lspci setpci example lspci.8 setpci.8 pcilib.7 update-pciids update-pciids.8
  23. lib/$(PCILIB): $(PCIINC) force
  24. $(MAKE) -C lib all
  25. @@ -103,7 +103,6 @@
  26. $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7
  27. $(INSTALL) -c -m 755 $(STRIP) lspci setpci $(DESTDIR)$(SBINDIR)
  28. $(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR)
  29. - $(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR)
  30. $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8
  31. $(INSTALL) -c -m 644 pcilib.7 $(DESTDIR)$(MANDIR)/man7
  32. ifeq ($(SHARED),yes)
  33. @@ -123,7 +122,6 @@
  34. uninstall: all
  35. rm -f $(DESTDIR)$(SBINDIR)/lspci $(DESTDIR)$(SBINDIR)/setpci $(DESTDIR)$(SBINDIR)/update-pciids
  36. - rm -f $(DESTDIR)$(IDSDIR)/$(PCI_IDS)
  37. rm -f $(DESTDIR)$(MANDIR)/man8/lspci.8 $(DESTDIR)$(MANDIR)/man8/setpci.8 $(DESTDIR)$(MANDIR)/man8/update-pciids.8
  38. rm -f $(DESTDIR)$(MANDIR)/man7/pcilib.7
  39. ifeq ($(SHARED),yes)