Commit 9b33a29e authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

Use en_US.UTF-8 locale instead of C to support unicode filenames

parent 3985129c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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