diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-05-03 20:07:24 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-05-03 20:07:24 +0200 |
commit | 9b33a29ea549e91ec0a3c4e28a333083dc7e8c2e (patch) | |
tree | ea23c788470ef5922b6499edc0ca4366bc766ccd | |
parent | 3985129c3dbe1e7e232e3a9224622cadd9b64950 (diff) | |
download | devtools32-9b33a29ea549e91ec0a3c4e28a333083dc7e8c2e.tar.xz |
Use en_US.UTF-8 locale instead of C to support unicode filenames
-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 |