tazpkg diff modules/get @ rev 889

Module 'recharge': don't link files when using local repo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 16 12:01:42 2015 +0200 (2015-12-16)
parents 1362693564d1
children 3af642cd5e69
line diff
     1.1 --- a/modules/get	Fri Dec 11 01:32:39 2015 +0200
     1.2 +++ b/modules/get	Wed Dec 16 12:01:42 2015 +0200
     1.3 @@ -338,7 +338,7 @@
     1.4  	debug "  rep='$rep'\n  namever='$namever'\n  pkgsum='$pkgsum'"
     1.5  
     1.6  	if [ -z "$line" ]; then
     1.7 -		_ 'Unable to find package "%s" in the mirrored packages list.' "$(boldify $1)" >&2
     1.8 +		_ 'Unable to find package "%s" in the mirrored packages list.' "$1" >&2
     1.9  		# Retry with "get-package"; prevent looping with 'redo'
    1.10  		if [ "$2" != 'redo' ]; then
    1.11  			get_pkg "get-$1" 'redo'; exit 0