wok-4.x rev 1622
pciutils: add setpci
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 21 09:10:27 2008 +0000 (2008-10-21) |
parents | 4316a95d4b4e |
children | 3a574003f9dd |
files | pciutils/receipt |
line diff
1.1 --- a/pciutils/receipt Tue Oct 21 08:52:25 2008 +0000 1.2 +++ b/pciutils/receipt Tue Oct 21 09:10:27 2008 +0000 1.3 @@ -23,6 +23,7 @@ 1.4 mkdir -p $fs/usr/bin $fs/usr/share/misc 1.5 cp -a $src/pci.ids.gz $fs/usr/share/misc 1.6 cp -a $src/lspci $fs/usr/bin 1.7 + cp -a $src/setpci $fs/usr/bin 1.8 strip -s $fs/usr/bin/* 1.9 } 1.10