wok diff tiptop/receipt @ rev 20877

openssh: add ssh-copy-id (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 23 23:59:15 2019 +0100 (2019-02-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	Sat Feb 23 23:59:15 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