Commit 5df1f9bd authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

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

This reverts commit 9b33a29e.

This was a bad idea as bsdtar cannot read pacakges create with this locale.
parent 9b33a29e
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=en_US.UTF-8
export LANG=C
cd /build
export HOME=/build
sudo -u nobody makepkg $MAKEPKG_ARGS || touch BUILD_FAILED