1
0
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:
Dan McGee 2007-04-16 23:58:07 -04:00
parent 7adf07bcc7
commit 7f183d29ac

View File

@ -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