wok diff tiptop/receipt @ rev 21639

procps-3.2.8 recompiled (ncurses-6.1)
author Hans-G?nter Theisgen
date Wed May 29 16:50:51 2019 +0100 (2019-05-29)
parents 9e01bc6321ea
children fac2fae91e34
line diff
     1.1 --- a/tiptop/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/tiptop/receipt	Wed May 29 16:50:51 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