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

This reverts commit 9b33a29ea5.

This was a bad idea as bsdtar cannot read pacakges create with this locale.
This commit is contained in:
Pierre Schmitz 2011-05-03 20:34:39 +02:00
parent 9b33a29ea5
commit 5df1f9bd6d
1 changed files with 1 additions and 1 deletions

View File

@ -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