# HG changeset patch # User Pascal Bellard # Date 1232831869 0 # Node ID a3be05221ec0f32b557aa7f6c7d9a3fa0f2065f0 # Parent 77a4483b1fa920f4bda3d2854085baec20e6174d had: use pciutils database diff -r 77a4483b1fa9 -r a3be05221ec0 hal/receipt --- a/hal/receipt Sat Jan 24 20:08:27 2009 +0000 +++ b/hal/receipt Sat Jan 24 21:17:49 2009 +0000 @@ -26,7 +26,7 @@ compile_rules() { cd $src - gzip -d ../stuff/pci.ids.gz + zcat /usr/share/misc/pci.ids.gz > /usr/share/misc/pci.ids && ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/hal \ @@ -37,7 +37,7 @@ --disable-policy-kit \ $CONFIGURE_ARGS && make && - gzip /usr/share/misc/pci.ids && + rm /usr/share/misc/pci.ids && make DESTDIR=$PWD/_pkg install }