diff options
Diffstat (limited to 'system/intel-microcode/intel-microcode.SlackBuild')
-rw-r--r-- | system/intel-microcode/intel-microcode.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/system/intel-microcode/intel-microcode.SlackBuild b/system/intel-microcode/intel-microcode.SlackBuild index dfb9c2cd2a..7fa2c2c984 100644 --- a/system/intel-microcode/intel-microcode.SlackBuild +++ b/system/intel-microcode/intel-microcode.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for intel-microcode -# Copyright 2014 Andrzej Telszewski, Sabadell +# Copyright 2016 Andrzej Telszewski, Banie # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=intel-microcode SRCNAM=microcode -VERSION=${VERSION:-20151106} +VERSION=${VERSION:-20160607} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch @@ -52,7 +52,9 @@ cp -a microcode.dat $PKG/lib/firmware if [ -x /usr/sbin/iucode_tool ]; then mkdir -p $PKG/lib/firmware/intel-ucode - /usr/sbin/iucode_tool -v -L -K$PKG/lib/firmware/intel-ucode microcode.dat + /usr/sbin/iucode_tool -v --list-all -K$PKG/lib/firmware/intel-ucode microcode.dat + mkdir -p $PKG/boot + /usr/sbin/iucode_tool -v --write-earlyfw=$PKG/boot/intel-ucode.cpio microcode.dat fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |