wok-stable diff locale-id/receipt @ rev 1530
gperiodic: hack compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 09 14:58:25 2008 +0000 (2008-10-09) |
parents | c359d1c70cff |
children | 37105c976ab8 |
line diff
1.1 --- a/locale-id/receipt Wed Jun 25 17:21:10 2008 +0200 1.2 +++ b/locale-id/receipt Thu Oct 09 14:58:25 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