103-relative-path-ids.patch (406B)
1 --- a/Makefile 2 +++ b/Makefile 3 @@ -88,7 +88,7 @@ lspci: LDLIBS+=$(LIBKMOD_LIBS) 4 ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS) 5 6 update-pciids: update-pciids.sh 7 - sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/$(PCI_IDS)@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@" 8 + sed <$< >$@ "s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@" 9 chmod +x $@ 10 11 # The example of use of libpci