From eb448f222a5fd32158f5840ccf11c01338701104 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 17 Apr 2007 03:56:52 +0000 Subject: makepkg: unset one more language variable --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg b/scripts/makepkg index 9e38a6dd..618dbdf3 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -881,7 +881,7 @@ else msg "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