diff options
Diffstat (limited to 'slackware64-current/source/a/hwdata/hwdata.SlackBuild')
-rwxr-xr-x | slackware64-current/source/a/hwdata/hwdata.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slackware64-current/source/a/hwdata/hwdata.SlackBuild b/slackware64-current/source/a/hwdata/hwdata.SlackBuild index 6381d27e0..32b2a74f7 100755 --- a/slackware64-current/source/a/hwdata/hwdata.SlackBuild +++ b/slackware64-current/source/a/hwdata/hwdata.SlackBuild @@ -75,6 +75,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Grab latest copies of pci and usb ids: +rm -f usb.ids pci.ids +lftpget https://pci-ids.ucw.cz/v2.2/pci.ids https://usb-ids.gowdy.us/usb.ids + ./configure --libdir=/lib || exit 1 #make download # grab latest copies of everything make install DESTDIR=$PKG || exit 1 |