wok-6.x diff etherboot/receipt @ rev 20212

Force host arch to i486
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 12:51:10 2018 +0100 (2018-02-24)
parents beda06c66d60
children 0686e05d4ad3
line diff
     1.1 --- a/etherboot/receipt	Sat Feb 24 11:14:17 2018 +0100
     1.2 +++ b/etherboot/receipt	Sat Feb 24 12:51:10 2018 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src/src
     1.7 +	sed -i 's|uname -m|echo i486|' Makefile
     1.8  	while read file; do
     1.9  		[ -f done.$file ] && continue
    1.10  		patch -p2 < $stuff/$file