wok-current diff pybootchartgui/receipt @ rev 19439
Up xorg-xf86-video-ati (7.7.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Oct 09 20:37:21 2016 +0300 (2016-10-09) |
parents | 9e01bc6321ea |
children | aa1584474883 |
line diff
1.1 --- a/pybootchartgui/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/pybootchartgui/receipt Sun Oct 09 20:37:21 2016 +0300 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