wok-6.x diff pciutils/receipt @ rev 1042
Add xpat2
author | Bill Nagel <wcnagel@xxxxxxxx> |
---|---|
date | Fri Jul 11 20:11:55 2008 +0000 (2008-07-11) |
parents | 4615573735e2 |
children | 63579eda2902 |
line diff
1.1 --- a/pciutils/receipt Wed Feb 13 13:27:11 2008 +0100 1.2 +++ b/pciutils/receipt Fri Jul 11 20:11:55 2008 +0000 1.3 @@ -21,7 +21,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/bin $fs/usr/share/misc 1.7 - cp -a $src/pci.ids $fs/usr/share/misc 1.8 + cp -a $src/pci.ids.gz $fs/usr/share/misc 1.9 cp -a $src/lspci $fs/usr/bin 1.10 strip -s $fs/usr/bin/* 1.11 }