# HG changeset patch # User Christophe Lincoln # Date 1387649165 -3600 # Node ID 2fb881927791d283860b8b47221abeed11cafe84 # Parent 782a86e044a60c5c6abda79ff1c9d5d4b801efaa libspk.sh: use busybox wget diff -r 782a86e044a6 -r 2fb881927791 lib/libspk.sh --- a/lib/libspk.sh Thu Jan 17 12:32:22 2013 +0100 +++ b/lib/libspk.sh Sat Dec 21 19:06:05 2013 +0100 @@ -193,7 +193,7 @@ fi # TODO: be a spider with wget -s to check if package is on mirror, # if not try all official mirrors ? - wget $quiet -c $uri/$file -O $CACHE_DIR/$file + busybox wget $quiet -c $uri/$file -O $CACHE_DIR/$file cd $CACHE_DIR && check_download fi # Be sure the file was fetched.