tazpkg rev 948

modules/get: get_pkg_cookmode(): silly mistake :(
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 08 14:47:02 2017 +0300 (2017-06-08)
parents a088eca9e183
children 8d3e8fb0dbf3
files modules/get
line diff
     1.1 --- a/modules/get	Mon Jun 05 22:36:04 2017 +0300
     1.2 +++ b/modules/get	Thu Jun 08 14:47:02 2017 +0300
     1.3 @@ -438,7 +438,7 @@
     1.4  		if (index(" " $10 " ", " " pkg " ")) { printf("%s/%s-%s.tazpkg", base, $1, $2); exit; }
     1.5  	}' $PKGS/packages.info)"
     1.6  
     1.7 -	if [ -n "$pkgfile" -a -f "$PKGS/$pkgfile" ]; then
     1.8 +	if [ -n "$pkgfile" -a -f "$pkgfile" ]; then
     1.9  		echo "$pkgfile"
    1.10  	else
    1.11  		# Proceed to get package as usual (non-local)