wok-stable rev 3830

Fix: udev want pci.ids uncompressed to cook
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 06 23:57:26 2009 +0200 (2009-08-06)
parents 95bff0faad45
children 0eecc9f79c27
files udev/receipt
line diff
     1.1 --- a/udev/receipt	Thu Aug 06 18:21:47 2009 +0000
     1.2 +++ b/udev/receipt	Thu Aug 06 23:57:26 2009 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	gzip -d /usr/share/misc/pci.ids.gz
     1.8  	cd $src
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11 @@ -26,7 +27,8 @@
    1.12  		--enable-static \
    1.13  		$CONFIGURE_ARGS &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$PWD/_pkg install &&
    1.17 +	gzip /usr/share/misc/pci.ids
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.