wok-6.x diff libQtGui/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 9e01bc6321ea
children 9cb6a23202c2
line diff
     1.1 --- a/libQtGui/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/libQtGui/receipt	Mon Jun 06 10:28:32 2016 -0300
     1.3 @@ -30,7 +30,7 @@
     1.4  post_install()
     1.5  {
     1.6          for i in $(ls "$1/home" 2> /dev/null); do
     1.7 -                [ -f "/home/$i/.config/Trolltech.conf" ] && continue
     1.8 +                [ -f "$1/home/$i/.config/Trolltech.conf" ] && continue
     1.9                  cp "$1/etc/skel/.config/Trolltech.conf" "$1/home/$i/.config"
    1.10                  chroot "$1/" chown -R $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.config"
    1.11          done