# HG changeset patch # User Christophe Lincoln # Date 1215118647 -7200 # Node ID 6e74283fad21be8fdf3fa0b3af9c09be98079ac2 # Parent ebf2fcf26fc1297e64688447331fced17640fd05 hal: Fix pci.ids while compiling diff -r ebf2fcf26fc1 -r 6e74283fad21 hal/receipt --- a/hal/receipt Thu Jul 03 22:38:09 2008 +0200 +++ b/hal/receipt Thu Jul 03 22:57:27 2008 +0200 @@ -26,6 +26,7 @@ compile_rules() { cd $src + gzip -d /usr/share/misc/pci.ids.gz ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/hal \ @@ -35,7 +36,6 @@ --disable-usb-ids \ --disable-policy-kit \ $CONFIGURE_ARGS - gzip -d /usr/share/misc/pci.ids.gz make gzip /usr/share/misc/pci.ids make DESTDIR=$PWD/_pkg install