wok-6.x diff wine/receipt @ rev 18236

Up: tazpkg(819): re-write "desc" function
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 24 15:13:34 2015 +0300 (2015-07-24)
parents 7184ec55b1aa
children 9e01bc6321ea
line diff
     1.1 --- a/wine/receipt	Mon Jul 20 08:25:22 2015 +0200
     1.2 +++ b/wine/receipt	Fri Jul 24 15:13:34 2015 +0300
     1.3 @@ -41,7 +41,7 @@
     1.4  	# Enable unicode filenames and localized keyboard layouts input
     1.5  	. $1/etc/locale.conf
     1.6  	case $LANG in
     1.7 -		(C|POSIX) echo $LANG - skip modifying /etc/locale.conf ;;
     1.8 +		(C|POSIX|*UTF-8) echo $LANG - skip modifying /etc/locale.conf ;;
     1.9  		(*)
    1.10      		echo "$LANG changed to ${LANG}.UTF-8 in /etc/locale.conf"
    1.11  		echo "Restart/ReLogin required."