wok diff nail/receipt @ rev 21148

pulseaudio: add some config_files
author Richard Dunbar <mojo@slitaz.org>
date Thu Mar 28 17:43:17 2019 -0400 (2019-03-28)
parents 9e01bc6321ea
children afae00265386
line diff
     1.1 --- a/nail/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/nail/receipt	Thu Mar 28 17:43:17 2019 -0400
     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"