wok-next diff pciids/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | d43bf7aae921 |
children | d5aab818505e |
line diff
1.1 --- a/pciids/receipt Wed Mar 21 15:58:17 2018 +0200 1.2 +++ b/pciids/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -1,8 +1,8 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="pciids" 1.7 -VERSION="20180315" 1.8 -COMMIT="61a335a" 1.9 +VERSION="20180517" 1.10 +COMMIT="665b77e" 1.11 CATEGORY="misc" 1.12 SHORT_DESC="List of PCI ID's" 1.13 MAINTAINER="slaxemulator@gmail.com" 1.14 @@ -14,7 +14,7 @@ 1.15 1.16 compile_rules() { 1.17 gzip -1 pci.ids 1.18 - install -Dm644 pci.ids.gz $install/usr/share/misc/pci.ids.gz 1.19 + install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz 1.20 } 1.21 1.22 genpkg_rules() {