wok-current diff seamonkey/receipt @ rev 20620
pypi.python.org access with untrusted https
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 31 11:54:16 2018 +0100 (2018-12-31) |
parents | 0d193e839425 |
children | 85f7b2a6da7d |
line diff
1.1 --- a/seamonkey/receipt Tue Apr 21 02:29:12 2015 -0400 1.2 +++ b/seamonkey/receipt Mon Dec 31 11:54:16 2018 +0100 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/' \