mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 04:15:06 -05:00
makepkg: unset LC_MESSAGES during builds
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
7adf07bcc7
commit
7f183d29ac
@ -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…
Reference in New Issue
Block a user