[pacman-dev] CVS update of pacman-lib/scripts (makepkg)
Dan McGee
dan at archlinux.org
Mon Apr 16 23:56:52 EDT 2007
Date: Monday, April 16, 2007 @ 23:56:52
Author: dan
Path: /home/cvs-pacman/pacman-lib/scripts
Modified: makepkg (1.69 -> 1.70)
makepkg: unset one more language variable
---------+
makepkg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: pacman-lib/scripts/makepkg
diff -u pacman-lib/scripts/makepkg:1.69 pacman-lib/scripts/makepkg:1.70
--- pacman-lib/scripts/makepkg:1.69 Mon Apr 16 21:49:06 2007
+++ pacman-lib/scripts/makepkg Mon Apr 16 23:56:52 2007
@@ -881,7 +881,7 @@
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
More information about the pacman-dev
mailing list