summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-05-03 20:34:39 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-05-03 20:34:39 +0200
commit5df1f9bd6d2a92ce87769f622ce677a7372bbf02 (patch)
treeeb8658f7cc753cd6102be9d250ede15fb0a4f377
parent9b33a29ea549e91ec0a3c4e28a333083dc7e8c2e (diff)
downloaddevtools-5df1f9bd6d2a92ce87769f622ce677a7372bbf02.tar.gz
devtools-5df1f9bd6d2a92ce87769f622ce677a7372bbf02.tar.xz
Revert "Use en_US.UTF-8 locale instead of C to support unicode filenames"
This reverts commit 9b33a29ea549e91ec0a3c4e28a333083dc7e8c2e. This was a bad idea as bsdtar cannot read pacakges create with this locale.
-rwxr-xr-xmakechrootpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg b/makechrootpkg
index 1586677..90c60c5 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=en_US.UTF-8
+export LANG=C
cd /build
export HOME=/build
sudo -u nobody makepkg $MAKEPKG_ARGS || touch BUILD_FAILED