wok diff hal/receipt @ rev 1192

Fix: now p7zip can deal with Rer files.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Aug 05 01:13:25 2008 +0200 (2008-08-05)
parents ebf2fcf26fc1
children 7b1e1964c72b
line diff
     1.1 --- a/hal/receipt	Thu Jul 03 22:38:09 2008 +0200
     1.2 +++ b/hal/receipt	Tue Aug 05 01:13:25 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