wok diff tiptop/receipt @ rev 21996

linux: add ath10k wireless driver
author Richard Dunbar <mojo@slitaz.org>
date Wed Oct 16 21:56:55 2019 -0400 (2019-10-16)
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 Oct 16 21:56:55 2019 -0400
     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