wok diff python-simplejson/receipt @ rev 18132

Add bcrelay
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 13 14:18:09 2015 +0200 (2015-06-13)
parents 048c66ed11ec
children 1067bb7f1e24
line diff
     1.1 --- a/python-simplejson/receipt	Thu Apr 24 15:38:01 2014 +0200
     1.2 +++ b/python-simplejson/receipt	Sat Jun 13 14:18:09 2015 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  	python setup.py build  &&
     1.5  	python setup.py install --root=$DESTDIR &&
     1.6  	case "$ARCH" in
     1.7 -		arm*) 
     1.8 +		arm*)
     1.9  			rm /usr/bin/i486-slitaz-linux-gcc &&
    1.10  			mv /tmp/i486-slitaz-linux-gcc /usr/bin ;;
    1.11  	esac