# HG changeset patch # User Christophe Lincoln # Date 1249595846 -7200 # Node ID 748ea6277c88620be3f243d6e5e42aeff92dd381 # Parent 95bff0faad457937a7a705b0d9ae231636240bf4 Fix: udev want pci.ids uncompressed to cook diff -r 95bff0faad45 -r 748ea6277c88 udev/receipt --- a/udev/receipt Thu Aug 06 18:21:47 2009 +0000 +++ b/udev/receipt Thu Aug 06 23:57:26 2009 +0200 @@ -16,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + gzip -d /usr/share/misc/pci.ids.gz cd $src ./configure \ --prefix=/usr \ @@ -26,7 +27,8 @@ --enable-static \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$PWD/_pkg install && + gzip /usr/share/misc/pci.ids } # Rules to gen a SliTaz package suitable for Tazpkg.