wok-4.x diff locale-it/receipt @ rev 951
Fix (again) locale pack
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jun 25 18:59:48 2008 +0200 (2008-06-25) |
parents | a15028ca0a13 |
children | 37105c976ab8 |
line diff
1.1 --- a/locale-it/receipt Wed Jun 25 17:20:28 2008 +0200 1.2 +++ b/locale-it/receipt Wed Jun 25 18:59:48 2008 +0200 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