wok-next diff tmux-mem-cpu-load/receipt @ rev 19233

Up palemoon (26.3.1), tazinst (78)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jun 25 13:42:17 2016 +0300 (2016-06-25)
parents 9e01bc6321ea
children d5aab818505e
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	Sat Jun 25 13:42:17 2016 +0300
     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