wok diff python-simplejson/receipt @ rev 18427

nginx-extras: typo in dependency
author Nathan Neulinger <nneul@neulinger.org>
date Mon Sep 21 12:28:28 2015 +0000 (2015-09-21)
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	Mon Sep 21 12:28:28 2015 +0000
     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