wok diff tiptop/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents 9e01bc6321ea
children fac2fae91e34
line diff
     1.1 --- a/tiptop/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/tiptop/receipt	Sun Sep 15 11:06:31 2019 +0100
     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