pciutils: Import 3.2.0 from packages and update to 3.2.1.

This commit is contained in:
Álvaro Fernández Rojas
2014-06-10 21:03:40 +02:00
parent 7ae5777b3e
commit 67c1ac973d
6 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/update-pciids.sh
+++ b/update-pciids.sh
@@ -33,7 +33,7 @@ if which curl >/dev/null 2>&1 ; then
DL="curl -o $DEST.new $SRC"
${quiet} && DL="$DL -s -S"
elif which wget >/dev/null 2>&1 ; then
- DL="wget --no-timestamping -O $DEST.new $SRC"
+ DL="wget -O $DEST.new $SRC"
${quiet} && DL="$DL -q"
elif which lynx >/dev/null 2>&1 ; then
DL="eval lynx -source $SRC >$DEST.new"