wok-current diff autoblog/receipt @ rev 18741

Finish to remove redundant messages 'Processing * commands...'; KISS get-msttcorefonts; add get-msttcorefonts2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 25 15:23:46 2015 +0200 (2015-12-25)
parents d5f9f516b706
children 61b43b7caa89
line diff
     1.1 --- a/autoblog/receipt	Fri Dec 04 16:32:53 2015 +0200
     1.2 +++ b/autoblog/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.3 @@ -39,8 +39,8 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	mytz="$(cat $1/etc/TZ)"
     1.8 -	[ -n "$mytz" ] && sed  -i "s|Europe/Paris|$mytz|" $1/var/www/$PACKAGE/index.php
     1.9 -	chown -R www $1/var/www/$PACKAGE
    1.10 +	mytz="$(cat "$1/etc/TZ")"
    1.11 +	[ -n "$mytz" ] && sed  -i "s|Europe/Paris|$mytz|" "$1/var/www/$PACKAGE/index.php"
    1.12 +	chown -R www "$1/var/www/$PACKAGE"
    1.13  	[ -z "$quiet" ] && echo "You should update /var/www/$PACKAGE/vvb.ini now..."
    1.14  }