wok diff pybootchartgui/receipt @ rev 18942

Up transmission (2.90, again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 18:01:10 2016 +0100 (2016-03-02)
parents 9e01bc6321ea
children aa1584474883
line diff
     1.1 --- a/pybootchartgui/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/pybootchartgui/receipt	Wed Mar 02 18:01:10 2016 +0100
     1.3 @@ -27,7 +27,7 @@
     1.4  {
     1.5  	PY_VERSION=$(cat "$1/var/lib/tazpkg/installed/python/receipt" | grep "VERSION="|cut -d \" -f 2 | cut -d . -f 1,2)
     1.6  	if [ -f  "$1/usr/bin/pybootchartgui" ] ; then rm "$1/usr/bin/pybootchartgui" ; fi
     1.7 -	ln -s "$1/usr/lib/python$PY_VERSION/pybootchartgui.py" "$1/usr/bin/pybootchartgui"
     1.8 +	ln -s /usr/lib/python$PY_VERSION/pybootchartgui.py "$1/usr/bin/pybootchartgui"
     1.9  	if [ -f "$1/etc/bootchartd.conf" ] ; then
    1.10  		sed -i s/'AUTO_RENDER="no"'/'AUTO_RENDER="yes"'/ "$1/etc/bootchartd.conf"
    1.11  	fi