wok diff tiptop/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 9e01bc6321ea
children fac2fae91e34
line diff
     1.1 --- a/tiptop/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/tiptop/receipt	Thu May 23 12:16:28 2019 +0300
     1.3 @@ -32,7 +32,7 @@
     1.4  post_install()
     1.5  {
     1.6  	for i in $(ls "$1/home" 2> /dev/null); do
     1.7 -		[ -f "/home/$i/.tiptoprc" ] && continue
     1.8 +		[ -f "$1/home/$i/.tiptoprc" ] && continue
     1.9  		cp "$1/etc/skel/.tiptoprc" "$1/home/$i"
    1.10  		chroot "$1/" chown $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.tiptoprc"
    1.11  	done