wok diff nail/receipt @ rev 21935

soundtouch: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 06 18:10:58 2019 +0200 (2019-10-06)
parents 9e01bc6321ea
children afae00265386
line diff
     1.1 --- a/nail/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/nail/receipt	Sun Oct 06 18:10:58 2019 +0200
     1.3 @@ -53,7 +53,7 @@
     1.4  		echo "/usr/bin/mailx exists"
     1.5  		echo -n "Do you want /usr/bin/nail for /usr/bin/mailx (y/N) ? : "
     1.6  		read -t 30 anser
     1.7 -		if [ "$anser" == "y" ]; then
     1.8 +		if [ "$anser" = "y" ]; then
     1.9  			echo ""
    1.10  			echo -n "linking /usr/bin/mailx to /usr/bin/nail"
    1.11  			rm "$1/usr/bin/mailx"