wok-6.x diff libQtGui/receipt @ rev 18670
taziso, iso2exe.sh: add custom config support ; awstat-hotspot, awesome, avant-window-navigator: update pre/post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 04 21:23:22 2015 +0100 (2015-12-04) |
parents | 71049baa9438 |
children | 9e01bc6321ea |
line diff
1.1 --- a/libQtGui/receipt Tue Sep 09 00:43:00 2014 +0200 1.2 +++ b/libQtGui/receipt Fri Dec 04 21:23:22 2015 +0100 1.3 @@ -32,6 +32,6 @@ 1.4 for i in $(ls $1/home 2> /dev/null); do 1.5 [ -f /home/$i/.config/Trolltech.conf ] && continue 1.6 cp $1/etc/skel/.config/Trolltech.conf $1/home/$i/.config 1.7 - chroot $1/ chown -R $i.users /home/$i/.config 1.8 + chroot $1/ chown -R $(stat -c "%u.%g" $1/home/$i) /home/$i/.config 1.9 done 1.10 }