wok diff tinyssh/receipt @ rev 22365

kdelibs: fix kdeui/CMakeLists.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 22 10:49:44 2019 +0100 (2019-11-22)
parents 3818eac942d1
children efbf8f769900
line diff
     1.1 --- a/tinyssh/receipt	Sun Nov 17 16:39:12 2019 +0100
     1.2 +++ b/tinyssh/receipt	Fri Nov 22 10:49:44 2019 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4  
     1.5  	cp -a $install/usr/sbin $fs/usr
     1.6  	for i in $fs/usr/sbin/tinysshd-*; do
     1.7 -		cmp $fs/usr/sbin/tinysshd $i &&
     1.8 +		#cmp $fs/usr/sbin/tinysshd $i &&
     1.9  		ln -f $fs/usr/sbin/tinysshd $i
    1.10  	done 
    1.11  }