[arch-commits] CVS update of arch/build/base/pacman (pacman.install)

Thomas Baechler thomas at archlinux.org
Thu May 10 16:08:42 UTC 2007


    Date: Thursday, May 10, 2007 @ 12:08:42
  Author: thomas
    Path: /home/cvs-arch/arch/build/base/pacman

Modified: pacman.install (1.6 -> 1.7)

md5sum cleanup fix for users with LC_ALL set


----------------+
 pacman.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Index: arch/build/base/pacman/pacman.install
diff -u arch/build/base/pacman/pacman.install:1.6 arch/build/base/pacman/pacman.install:1.7
--- arch/build/base/pacman/pacman.install:1.6	Mon Apr 23 03:51:50 2007
+++ arch/build/base/pacman/pacman.install	Thu May 10 12:08:42 2007
@@ -51,7 +51,7 @@
 
 	for file in $config; do
 		echo ":: -> finding owner of /$file..."
-		line=$(LANG=C pacman -Qo /$file 2>/dev/null)
+		line=$(LC_ALL=C LANG=C pacman -Qo /$file 2>/dev/null)
 		# if file is owned by a package, go find its incorrectly stored sum
 		if [ ! -z "$line" ]; then
 			# get the name and version of the package owning file




More information about the arch-commits mailing list