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

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
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	Mon Oct 09 13:07:28 2017 +0200
     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