Skip to content

Commit

Permalink
pciutils: Install pkgconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Feb 6, 2013
1 parent db81c05 commit ff4d496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/pciutils/BUILD
Expand Up @@ -10,6 +10,7 @@
bunzip2 $SOURCE_CACHE/$SOURCE2 -c > pci.ids && bunzip2 $SOURCE_CACHE/$SOURCE2 -c > pci.ids &&
rm -f /usr/share/pci.ids* && rm -f /usr/share/pci.ids* &&
install -m644 pci.ids /usr/share && install -m644 pci.ids /usr/share &&
install -D -m644 lib/libpci.pc /usr/lib/pkgconfig/libpci.pc &&


# the next line makes sure you will get a fresh pci id's db # the next line makes sure you will get a fresh pci id's db
# everytime you lin pciutils: # everytime you lin pciutils:
Expand Down

0 comments on commit ff4d496

Please sign in to comment.