wok diff mosh/receipt @ rev 24155

linld : fix lm detection
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 06 16:44:52 2021 +0000 (2021-12-06)
parents 8710e9c81dd7
children ad8b9ff412d2
line diff
     1.1 --- a/mosh/receipt	Wed Jun 26 19:12:58 2019 +0200
     1.2 +++ b/mosh/receipt	Mon Dec 06 16:44:52 2021 +0000
     1.3 @@ -70,5 +70,8 @@
     1.4  		sed -i 's/^DROPBEAR_OPTIONS="/&-a /' "$1/etc/daemons.conf" &&
     1.5  		[ -z "$1" ] && /etc/init.d/dropbear restart
     1.6  	fi
     1.7 +	[ ! -e $1/usr/share/terminfo/x/xterm-256color ] &&
     1.8 +		[ -e $1/usr/share/terminfo/x/xterm-color ] &&
     1.9 +		ln -s xterm-color $1/usr/share/terminfo/x/xterm-256color
    1.10  	true
    1.11  }