diff options
-rwxr-xr-x | makechrootpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg index 90c60c5..1586677 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -248,7 +248,7 @@ chmod 440 "$copydir/etc/sudoers.d/nobody-pacman" #working copy (cat <<EOF #!/bin/bash -export LANG=C +export LANG=en_US.UTF-8 cd /build export HOME=/build sudo -u nobody makepkg $MAKEPKG_ARGS || touch BUILD_FAILED |