tazpkg diff modules/get @ rev 845

install: rebuild fs/ tree respecting destination symlinks before installing files and folders to filesystem
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 06 15:46:41 2015 +0300 (2015-10-06)
parents d6cbd0c5f273
children 8a73a58ed3cb
line diff
     1.1 --- a/modules/get	Mon Oct 05 03:53:47 2015 +0300
     1.2 +++ b/modules/get	Tue Oct 06 15:46:41 2015 +0300
     1.3 @@ -339,7 +339,7 @@
     1.4  	# Make sure we downloaded what we want with checksum
     1.5  
     1.6  	if [ "$($CHECKSUM "$namever.tazpkg" | cut -d' ' -f1)" != "$pkgsum" ]; then
     1.7 -		_ 'Checksum error for "%s"' "$namever.tazpkg"
     1.8 +		_ 'Checksum error for "%s"' "$namever.tazpkg" >&2
     1.9  		rm "$namever.tazpkg"
    1.10  
    1.11  		# Recharge DBs and try again; prevent looping with 'redo'