wok rev 20250

firefox: force 32 bits arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 16:48:27 2018 +0100 (2018-03-12)
parents 075c2a379d6c
children 11a7b56aa265
files firefox/receipt
line diff
     1.1 --- a/firefox/receipt	Mon Mar 12 15:48:01 2018 +0100
     1.2 +++ b/firefox/receipt	Mon Mar 12 16:48:27 2018 +0100
     1.3 @@ -28,7 +28,8 @@
     1.4  
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	grep -rsl 'uname -m' $src | xargs sed -i 's|uname -m|echo i686|'
     1.9 +
    1.10  	# load mozconfig
    1.11  	cp -a $stuff/mozconfig $src
    1.12