--- /usr/bin/makepkg 2006-02-02 18:40:57.000000000 -0500 +++ ./makepkg 2006-10-15 15:36:44.000000000 -0400 @@ -481,7 +481,7 @@ fi msg " Downloading $file" $FTPAGENT $netfile 2>&1 - if [ ! -f $file ]; then + if [ ! -f $file -o $? -gt 0 ]; then error "Failed to download $file" msg "Aborting..." exit 1