makechrootpkg: Do not export LANG

This is done by /etc/profile.d/locale.sh. By this we also ensure compatibility with systemd.
This commit is contained in:
Pierre Schmitz 2011-10-31 12:02:46 +01:00
parent 01f5cdf33d
commit fbdcf6e309
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ EOF
chmod 440 "$copydir/etc/sudoers.d/nobody-pacman"
# Set this system wide as makepkg will source /etc/profile before calling build()
echo 'export LANG=C' > "$copydir/etc/locale.conf"
echo 'LANG=C' > "$copydir/etc/locale.conf"
# This is a little gross, but this way the script is recreated every time in the
# working copy