wok diff thunderbird/receipt @ rev 20254

firefox: force 32 bits arch (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 22:19:24 2018 +0100 (2018-03-12)
parents 23c3aed67cd9
children 1ed1fa7d10cd
line diff
     1.1 --- a/thunderbird/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/thunderbird/receipt	Mon Mar 12 22:19:24 2018 +0100
     1.3 @@ -44,7 +44,7 @@
     1.4  	local tarball tarpath fn1 fn2
     1.5  	tarpath=$src/obj-thunderbird/mozilla/dist
     1.6  	fn1="$tarpath/thunderbird-${VERSION%esr}.en-US.linux-$ARCH.tar.bz2"
     1.7 -	fn2="$tarpath/thunderbird-${VERSION%esr}.en-US.linux-$(uname -m).tar.bz2"
     1.8 +	fn2="$tarpath/thunderbird-${VERSION%esr}.en-US.linux-i686.tar.bz2"
     1.9  	[ -e "$fn1" ] && tarball="$fn1" && echo "$ARCH tarball found"
    1.10  	[ -e "$fn2" ] && tarball="$fn2" && echo "$(uname -m) tarball found"
    1.11  	[ -z "$tarball" ] && echo "ERROR: tarball not found" && exit 1