makepkg: unset LC_MESSAGES during builds
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
7adf07bcc7
commit
7f183d29ac
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ else
|
||||||
msg "$(gettext "Starting build()...")"
|
msg "$(gettext "Starting build()...")"
|
||||||
|
|
||||||
# some applications (eg, blackbox) will not build with some languages
|
# some applications (eg, blackbox) will not build with some languages
|
||||||
unset LC_ALL LANG
|
unset LC_ALL LC_MESSAGES LANG
|
||||||
umask 0022
|
umask 0022
|
||||||
|
|
||||||
# ensure CFLAGS and CXXFLAGS are used
|
# ensure CFLAGS and CXXFLAGS are used
|
||||||
|
|
Loading…
Add table
Reference in a new issue