summaryrefslogtreecommitdiff
path: root/build-pkg-deb
diff options
context:
space:
mode:
Diffstat (limited to 'build-pkg-deb')
-rw-r--r--build-pkg-deb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-pkg-deb b/build-pkg-deb
index 1042b24..3cdf767 100644
--- a/build-pkg-deb
+++ b/build-pkg-deb
@@ -37,7 +37,7 @@ deb_chroot ()
cd $1 &&
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical \
DEBCONF_NONINTERACTIVE_SEEN=true \
- LC_ALL=C LANGUAGE=C LANG=C \
+ LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 LANG=C.UTF-8 \
chroot $*
)
}