wok diff locale-es/receipt @ rev 1459
gpxe: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 17:21:16 2008 +0000 (2008-10-03) |
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 Fri Oct 03 17:21:16 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