wok diff locale-pt_BR/receipt @ rev 993

syslinux: reduce splash height
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 05 14:11:03 2008 +0000 (2008-07-05)
parents a15028ca0a13
children 37105c976ab8
line diff
     1.1 --- a/locale-pt_BR/receipt	Wed Jun 25 17:20:28 2008 +0200
     1.2 +++ b/locale-pt_BR/receipt	Sat Jul 05 14:11:03 2008 +0000
     1.3 @@ -53,7 +53,7 @@
     1.4  	local root
     1.5  	root=$1
     1.6  	# locale.conf
     1.7 -	if [ ! -s $root/etc/locale.conf ]; then
     1.8 +	if [ -s $root/etc/locale.conf ]; then
     1.9  		echo "LANG=\"$LOCALEDEF\"" > $root/etc/locale.conf
    1.10  		echo "LC_ALL=\"$LOCALEDEF\"" >> $root/etc/locale.conf
    1.11  	fi