wok diff foomatic-db-nonfree/receipt @ rev 22937
updated hunspell and hunspell-dev again (1.3.3 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 27 07:35:13 2020 +0100 (2020-02-27) |
parents | dfef8de3d270 |
children | bfabe25c21ff |
line diff
1.1 --- a/foomatic-db-nonfree/receipt Fri Jan 30 10:17:37 2015 +0100 1.2 +++ b/foomatic-db-nonfree/receipt Thu Feb 27 07:35:13 2020 +0100 1.3 @@ -62,7 +62,7 @@ 1.4 echo "The license is stored in /usr/share/licenses/$PACKAGE " 1.5 echo -n "Would you like to read the license (y/N) : "; read anser 1.6 if [ "$anser" = "y" ]; then 1.7 - cat $1/usr/share/licenses/"$PACKAGE"/COPYING | more 1.8 + more < "$1/usr/share/licenses/$PACKAGE/COPYING" 1.9 echo "" 1.10 fi 1.11 echo "================================================================================"