From 7f183d29ac9730a76bddfc66b6e64793098ff862 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 16 Apr 2007 23:58:07 -0400 Subject: makepkg: unset LC_MESSAGES during builds Signed-off-by: Dan McGee --- scripts/makepkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 831b35b8..47086ef8 100755 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -917,7 +917,7 @@ else msg "$(gettext "Starting build()...")" # some applications (eg, blackbox) will not build with some languages - unset LC_ALL LANG + unset LC_ALL LC_MESSAGES LANG umask 0022 # ensure CFLAGS and CXXFLAGS are used -- cgit v1.2.3-24-g4f1b