wok diff pciutils/receipt @ rev 1293

Remove fbida (dont build properly)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 21 15:38:28 2008 +0200 (2008-08-21)
parents 4615573735e2
children 63579eda2902
line diff
     1.1 --- a/pciutils/receipt	Wed Feb 13 13:27:11 2008 +0100
     1.2 +++ b/pciutils/receipt	Thu Aug 21 15:38:28 2008 +0200
     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  }