wok-next diff icmpshell/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d6378d455338
children
line diff
     1.1 --- a/icmpshell/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/icmpshell/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  compile_rules() {
     1.7 -	make -j 1 linux || return 1
     1.8 +	make -j1 linux || return 1
     1.9  
    1.10  	install -Dm755 $src/ish  $install/usr/sbin/ish
    1.11  	install -Dm755 $src/ishd $install/usr/sbin/ishd