index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Pierre Schmitz <pierre@archlinux.de> | 2012-06-11 16:44:23 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-06-11 16:44:23 +0200 |
commit | c7cda4734292bca540402bb87d1a258f2e4a0eaa (patch) | |
tree | ec62895060bc21ecfdda88b777782779ce5a150b /makechrootpkg.in | |
parent | 41b39c3e78a8e1503cc7d93ce247bf8a64bb6932 (diff) |
-rw-r--r-- | makechrootpkg.in | 4 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index e06f46c..48675d7 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -258,15 +258,11 @@ nobody ALL = NOPASSWD: /usr/bin/pacman EOF chmod 440 "$copydir/etc/sudoers.d/nobody-pacman" -# Set this system wide as makepkg will source /etc/profile before calling build() -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 cat >"$copydir/chrootbuild" <<EOF #!/bin/bash . /etc/profile -export LANG=C export HOME=/build cd /build |