wok-stable diff hal/receipt @ rev 1423
Fix CATEGORY in receipts
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 26 09:21:16 2008 +0000 (2008-09-26) |
parents | ebf2fcf26fc1 |
children | 7b1e1964c72b |
line diff
1.1 --- a/hal/receipt Thu Jul 03 22:38:09 2008 +0200 1.2 +++ b/hal/receipt Fri Sep 26 09:21:16 2008 +0000 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