summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/pciutils/files/pciutils-2.1.11-gentoo-paths.patch')
-rw-r--r--sys-apps/pciutils/files/pciutils-2.1.11-gentoo-paths.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-apps/pciutils/files/pciutils-2.1.11-gentoo-paths.patch b/sys-apps/pciutils/files/pciutils-2.1.11-gentoo-paths.patch
deleted file mode 100644
index d9dc59d2a4bc..000000000000
--- a/sys-apps/pciutils/files/pciutils-2.1.11-gentoo-paths.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- pciutils-2.1.11/lspci.man
-+++ pciutils-2.1.11/lspci.man
-@@ -70,7 +70,7 @@
- Use
- .B
- <file>
--as PCI ID database instead of /usr/share/pci.ids.
-+as PCI ID database instead of @SHAREDIR@/pci.ids.
- .TP
- .B -p <dir>
- Use
---- pciutils-2.1.11/Makefile
-+++ pciutils-2.1.11/Makefile
-@@ -12,5 +12,5 @@
-
--PREFIX=/usr/local
-+PREFIX=/usr
- SBINDIR=$(PREFIX)/sbin
--SHAREDIR=$(PREFIX)/share
-+SHAREDIR=$(PREFIX)/share/misc
- MANDIR=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)