Fix /etc/default/locale
authorChristoph Berg <christoph.berg@credativ.de>
Wed, 7 Oct 2015 11:59:08 +0000 (13:59 +0200)
committerChristoph Berg <christoph.berg@credativ.de>
Wed, 7 Oct 2015 11:59:08 +0000 (13:59 +0200)
debian/preinst

index d666aae3ead7922b9ef8a7a7eb43ba1464c72091..cae702e7a22c2d91f87530e2435ff6b2b41b4a93 100644 (file)
@@ -12,7 +12,7 @@ ru_RU ISO-8859-5
 ru_RU.UTF-8 UTF-8
 EOF
                fi
-               echo 'en_US.UTF-8' > /etc/default/locale
+               echo 'LANG=en_US.UTF-8' > /etc/default/locale
                ;;
 esac