wok-6.x diff tmux-mem-cpu-load/receipt @ rev 19734
libdb: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 17 14:52:48 2017 +0100 (2017-02-17) |
parents | 9e01bc6321ea |
children | 6135577f4d08 |
line diff
1.1 --- a/tmux-mem-cpu-load/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/tmux-mem-cpu-load/receipt Fri Feb 17 14:52:48 2017 +0100 1.3 @@ -36,9 +36,9 @@ 1.4 post_install() 1.5 { 1.6 for i in $(ls "$1/home" 2> /dev/null); do 1.7 - grep -qs "tmux-mem-cpu-load" "/home/$i/.tmux.conf" && continue 1.8 + grep -qs "tmux-mem-cpu-load" "$1/home/$i/.tmux.conf" && continue 1.9 echo -n "Checking for .tmux.conf for $i ..." 1.10 - cp -a "$1/etc/skel/.tmux.conf" "/home/$i/" 1.11 + cp -a "$1/etc/skel/.tmux.conf" "$1/home/$i/" 1.12 chroot "$1/" chown $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.tmux.conf" 1.13 status 1.14 done