spk rev 126

libspk.sh: use busybox wget
author Christophe Lincoln <pankso@slitaz.org>
date Sat Dec 21 19:06:05 2013 +0100 (2013-12-21)
parents 782a86e044a6
children ee5a53b16e51
files lib/libspk.sh
line diff
     1.1 --- a/lib/libspk.sh	Thu Jan 17 12:32:22 2013 +0100
     1.2 +++ b/lib/libspk.sh	Sat Dec 21 19:06:05 2013 +0100
     1.3 @@ -193,7 +193,7 @@
     1.4  		fi
     1.5  		# TODO: be a spider with wget -s to check if package is on mirror,
     1.6  		# if not try all official mirrors ?
     1.7 -		wget $quiet -c $uri/$file -O $CACHE_DIR/$file
     1.8 +		busybox wget $quiet -c $uri/$file -O $CACHE_DIR/$file
     1.9  		cd $CACHE_DIR && check_download
    1.10  	fi
    1.11  	# Be sure the file was fetched.