wok rev 988
hal: Fix pci.ids while compiling
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jul 03 22:57:27 2008 +0200 (2008-07-03) |
parents | ebf2fcf26fc1 |
children | e32d9b79d6fd |
files | hal/receipt |
line diff
1.1 --- a/hal/receipt Thu Jul 03 22:38:09 2008 +0200 1.2 +++ b/hal/receipt Thu Jul 03 22:57:27 2008 +0200 1.3 @@ -26,6 +26,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + gzip -d /usr/share/misc/pci.ids.gz 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --libexecdir=/usr/lib/hal \ 1.11 @@ -35,7 +36,6 @@ 1.12 --disable-usb-ids \ 1.13 --disable-policy-kit \ 1.14 $CONFIGURE_ARGS 1.15 - gzip -d /usr/share/misc/pci.ids.gz 1.16 make 1.17 gzip /usr/share/misc/pci.ids 1.18 make DESTDIR=$PWD/_pkg install