diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-05-03 20:34:39 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-05-03 20:34:39 +0200 |
commit | 5df1f9bd6d2a92ce87769f622ce677a7372bbf02 (patch) | |
tree | eb8658f7cc753cd6102be9d250ede15fb0a4f377 | |
parent | 9b33a29ea549e91ec0a3c4e28a333083dc7e8c2e (diff) | |
download | devtools32-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-x | makechrootpkg | 2 |
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 |