[packages/pciutils] handle compressed pci.ids
glen
glen at pld-linux.org
Tue Jan 22 17:47:15 CET 2013
commit e4f00b2cfb2b17f0db279f42b935b58be78aff64
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Jan 22 18:47:06 2013 +0200
handle compressed pci.ids
pciutils.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pciutils.spec b/pciutils.spec
index 6ed8e6f..3fdf1fa 100644
--- a/pciutils.spec
+++ b/pciutils.spec
@@ -259,7 +259,7 @@ Statyczna wersja biblioteki PCI.
%patch4 -p1
# paranoid check whether pci.ids in _sourcedir isn't too old
-if [ pci.ids -nt %{hwdatadir}/pci.ids ]; then
+if [ pci.ids -nt %{hwdatadir}/pci.ids.gz ]; then
: pci.ids needs to be updated
exit 1
fi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pciutils.git/commitdiff/e4f00b2cfb2b17f0db279f42b935b58be78aff64
More information about the pld-cvs-commit
mailing list