wok-next diff intel-microcode/receipt @ rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
parents e7a485521d6a
children 0cbe4b1f2230
line diff
     1.1 --- a/intel-microcode/receipt	Tue Aug 07 00:30:45 2018 +0300
     1.2 +++ b/intel-microcode/receipt	Fri Nov 30 01:34:53 2018 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  TARBALL_MD5="873f2bdd7c0edf317f416f54fee74b42"
     1.5  
     1.6  BUILD_DEPENDS="iucode-tool"
     1.7 -SPLIT="intel-microcode-initrd"
     1.8 +SPLIT="$PACKAGE-initrd"
     1.9  
    1.10  compile_rules() {
    1.11  	mkdir -p $install/lib/firmware/
    1.12 @@ -55,8 +55,7 @@
    1.13  	fi
    1.14  }
    1.15  post_install_intel_microcode_initrd() {
    1.16 -	if [ -n "$quiet" ]; then
    1.17 -		cat <<EOT
    1.18 +	[ -n "$quiet" ] || cat <<EOT
    1.19  
    1.20  	.------------------------------------------------------------------.
    1.21  	| In order to update the Intel CPU microcode on boot, add the file |
    1.22 @@ -65,5 +64,4 @@
    1.23  	'------------------------------------------------------------------'
    1.24  
    1.25  EOT
    1.26 -	fi
    1.27  }