wok-6.x diff seamonkey/receipt @ rev 20481
upx: patch checkDefaultCompressionRatio()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 18 22:26:36 2018 +0200 (2018-10-18) |
parents | 0d193e839425 |
children | 85f7b2a6da7d |
line diff
1.1 --- a/seamonkey/receipt Tue Apr 21 02:29:12 2015 -0400 1.2 +++ b/seamonkey/receipt Thu Oct 18 22:26:36 2018 +0200 1.3 @@ -20,6 +20,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + grep -rsl 'uname -m' $src | xargs sed -i 's|uname -m|echo i686|' 1.8 cp -a $stuff/seamonkey.mozconfig $src/.mozconfig 1.9 cd $src 1.10 sed -i -e 's/USE_INPUT_PARTITION/USE_INPUT_FRAGMENTS/' \