[pacman-dev] CVS update of pacman-lib/scripts (makepkg)

dan at archlinux.org dan at archlinux.org
Tue Feb 6 16:20:20 EST 2007


    Date: Tuesday, February 6, 2007 @ 16:20:20
  Author: dan
    Path: /home/cvs-pacman/pacman-lib/scripts

Modified: makepkg (1.43 -> 1.44)

I should test code before I check it in. Also a fix for the annoying wget output in PKGBUILD bug.


---------+
 makepkg |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: pacman-lib/scripts/makepkg
diff -u pacman-lib/scripts/makepkg:1.43 pacman-lib/scripts/makepkg:1.44
--- pacman-lib/scripts/makepkg:1.43	Tue Feb  6 01:54:13 2007
+++ pacman-lib/scripts/makepkg	Tue Feb  6 16:20:20 2007
@@ -633,7 +633,7 @@
 			exit 1
 		fi
 		msg2 "Downloading $file"
-		$FTPAGENT "$netfile" 2>&1
+		$FTPAGENT "$netfile"
 		# fix flyspray bug #3289
 		ftpret=$?
 		if [ $ftpret -gt 0 ]; then
@@ -750,8 +750,8 @@
 			# START REMOVE
 			# TODO remove this with release of file v4.20, temp bugfix
 			*application/empty*)
-			cmd="tar -xf $file" ;;
-			warning "file had trouble detecting type, assuming tar"
+			cmd="tar -xf $file"
+			warning "file had trouble detecting type, assuming tar" ;;
 			# END REMOVE
 			*application/x-tar*)
 			cmd="tar -xf $file" ;;




More information about the pacman-dev mailing list