wok diff nvidia-96xx/receipt @ rev 23715
updated unbound and unbound-dev (1.9.4 -> 1.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 29 07:26:08 2020 +0100 (2020-04-29) |
parents | 0c85739e5ac3 |
children | a3c45ab9082e |
line diff
1.1 --- a/nvidia-96xx/receipt Mon Jan 25 12:18:01 2016 +0100 1.2 +++ b/nvidia-96xx/receipt Wed Apr 29 07:26:08 2020 +0100 1.3 @@ -89,13 +89,13 @@ 1.4 echo "For installing this package, you have to accept the $PACKAGE license." 1.5 echo "The license is stored in /usr/share/licenses/$PACKAGE " 1.6 echo -n "Would you like to read the license (y/N) : "; read anser 1.7 - if [ "$anser" == 'y' ]; then 1.8 + if [ "$anser" = 'y' ]; then 1.9 more /usr/share/licenses/"$PACKAGE"/LICENSE 1.10 echo 1.11 fi 1.12 separator 1.13 echo -n "Do you accept the license (y/N) : "; read anser 1.14 - if [ "$anser" == 'N' ]; then 1.15 + if [ "$anser" = 'N' ]; then 1.16 echo "You did not accept the license, Removing the pkg." 1.17 tazpkg remove "$PACKAGE" 1.18 fi