wok diff pybootchartgui/receipt @ rev 18732
Quote root dir in post_install (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 21 00:07:14 2015 +0100 (2015-12-21) |
parents | 9e01bc6321ea |
children | aa1584474883 |
line diff
1.1 --- a/pybootchartgui/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/pybootchartgui/receipt Mon Dec 21 00:07:14 2015 +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