wok-6.x rev 2081
had: use pciutils database
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 24 21:17:49 2009 +0000 (2009-01-24) |
parents | 77a4483b1fa9 |
children | 5bf895d7d1ff |
files | hal/receipt |
line diff
1.1 --- a/hal/receipt Sat Jan 24 20:08:27 2009 +0000 1.2 +++ b/hal/receipt Sat Jan 24 21:17:49 2009 +0000 1.3 @@ -26,7 +26,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - gzip -d ../stuff/pci.ids.gz 1.8 + zcat /usr/share/misc/pci.ids.gz > /usr/share/misc/pci.ids && 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --libexecdir=/usr/lib/hal \ 1.12 @@ -37,7 +37,7 @@ 1.13 --disable-policy-kit \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - gzip /usr/share/misc/pci.ids && 1.17 + rm /usr/share/misc/pci.ids && 1.18 make DESTDIR=$PWD/_pkg install 1.19 } 1.20