projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bcb0f9
)
Fix /etc/default/locale
author
Christoph Berg
<christoph.berg@credativ.de>
Wed, 7 Oct 2015 11:59:08 +0000
(13:59 +0200)
committer
Christoph Berg
<christoph.berg@credativ.de>
Wed, 7 Oct 2015 11:59:08 +0000
(13:59 +0200)
debian/preinst
patch
|
blob
|
blame
|
history
diff --git
a/debian/preinst
b/debian/preinst
index d666aae3ead7922b9ef8a7a7eb43ba1464c72091..cae702e7a22c2d91f87530e2435ff6b2b41b4a93 100644
(file)
--- a/
debian/preinst
+++ b/
debian/preinst
@@
-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