wok diff tmux-mem-cpu-load/receipt @ rev 18513

Separate lib from libboost-dev to libbost-chrono
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 00:07:51 2015 +0300 (2015-10-25)
parents ce9cbd90365a
children 9e01bc6321ea
line diff
     1.1 --- a/tmux-mem-cpu-load/receipt	Mon Aug 25 10:52:38 2014 +0200
     1.2 +++ b/tmux-mem-cpu-load/receipt	Sun Oct 25 00:07:51 2015 +0300
     1.3 @@ -39,7 +39,7 @@
     1.4  		grep -qs "tmux-mem-cpu-load" /home/$i/.tmux.conf && continue
     1.5  		echo -n "Checking for .tmux.conf for $i ..."
     1.6  		cp -a $1/etc/skel/.tmux.conf /home/$i/
     1.7 -		chroot $1/ chown $i.users /home/$i/.tmux.conf
     1.8 +		chroot $1/ chown $(stat -c "%u.%g" $1/home/$i) /home/$i/.tmux.conf
     1.9  		status
    1.10  	done
    1.11  }