]> mj.ucw.cz Git - pciids.git/commitdiff
Fix ln filename
authorMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 18:00:46 +0000 (20:00 +0200)
committerMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 18:00:46 +0000 (20:00 +0200)
scripts/pciids-export

index 34c76419d91e1b7ba69ac42390b9cafd531e8408..adb35433d18d57d27cde7cc0a46f299d81435770 100755 (executable)
@@ -32,7 +32,7 @@ if ! [ -f docs/pci.ids.nohead ] || ! cmp docs/pci.ids.nohead pci.ids.new >/dev/n
        cat pci.ids.new >> pci.ids.final
        ln -f pci.ids.final ~/origs/00-current
        ln -f pci.ids.final docs/pci.ids
-       ln -f pci.ids docs/pci.ids.nohead
+       ln -f pci.ids.new docs/pci.ids.nohead
        rm pci.ids.final
        bzip2 -9c <docs/pci.ids >docs/pci.ids.bz2
        gzip -9c <docs/pci.ids >docs/pci.ids.gz