wok diff tiptop/receipt @ rev 17106

transmission: add qt build dep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Sep 01 15:05:32 2014 +0200 (2014-09-01)
parents 633aff33b052
children cc6bbcf323fa
line diff
     1.1 --- a/tiptop/receipt	Sun Aug 24 21:21:42 2014 +0200
     1.2 +++ b/tiptop/receipt	Mon Sep 01 15:05:32 2014 +0200
     1.3 @@ -30,7 +30,8 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	for i in $(ls $1/home); do
     1.8 +	for i in $(ls $1/home 2> /dev/null); do
     1.9 +		[ -f /home/$i/.tiptoprc ] && continue
    1.10  		cp $1/etc/skel/.tiptoprc $1/home/$i
    1.11  		chroot $1/ chown $i.users /home/$i/.tiptoprc
    1.12  	done