wok-current diff locale-es/receipt @ rev 1210
Add cyrus-imapd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 09 14:25:01 2008 +0000 (2008-08-09) |
parents | a15028ca0a13 |
children | 37105c976ab8 |
line diff
1.1 --- a/locale-es/receipt Wed Jun 25 17:20:28 2008 +0200 1.2 +++ b/locale-es/receipt Sat Aug 09 14:25:01 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