From: Martin Mares Date: Sat, 4 Jan 2003 11:16:25 +0000 (+0000) Subject: Fixed update-ids. X-Git-Tag: v3.0.0~177 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e26a572815c029695afdf095b64229a3fcdf50bc;p=pciutils.git Fixed update-ids. --- diff --git a/Makefile b/Makefile index 0d40c43..7951127 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.46 2002/12/27 20:00:14 mj Exp $ +# $Id: Makefile,v 1.47 2003/01/04 11:16:25 mj Exp $ # Makefile for Linux PCI Utilities -# (c) 1998--2002 Martin Mares +# (c) 1998--2003 Martin Mares OPT=-O2 -fomit-frame-pointer #OPT=-O2 -g @@ -81,7 +81,7 @@ uninstall: all rm -f $(PREFIX)/man/man8/lspci.8 $(PREFIX)/man/man8/setpci.8 update-ids: - if [ ! -f pci.ids.orig ] ; then mv pci.ids pci.ids.orig ; fi + if [ -f pci.ids.orig ] ; then mv pci.ids pci.ids.orig ; fi wget http://pciids.sf.net/pci.ids.bz2 bzip2 -d pci.ids.bz2