wok-6.x diff locale-de/receipt @ rev 1351
add recordmydesktop
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Sat Sep 06 15:35:46 2008 +0000 (2008-09-06) |
parents | a15028ca0a13 |
children | 37105c976ab8 |
line diff
1.1 --- a/locale-de/receipt Wed Jun 25 17:20:28 2008 +0200 1.2 +++ b/locale-de/receipt Sat Sep 06 15:35:46 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