slitaz-arm rev 175

sat-rpi: use new kernel packages path on mirror
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 07 11:44:25 2014 +0200 (2014-05-07)
parents 4b98ccd8fa58
children bc5e3b44ff38
files sat-rpi
line diff
     1.1 --- a/sat-rpi	Wed May 07 11:40:42 2014 +0200
     1.2 +++ b/sat-rpi	Wed May 07 11:44:25 2014 +0200
     1.3 @@ -312,9 +312,9 @@
     1.4  		
     1.5  		# Last version
     1.6  		rm -f ${cache}/linux-version.txt
     1.7 -		if busybox wget -q -s ${rpi_mirror}/last-linux.txt; then
     1.8 +		if busybox wget -q -s ${rpi_mirror}/packages/last-linux.txt; then
     1.9  			echo -n "Fetching latest Kernel string..."
    1.10 -			wget -q ${rpi_mirror}/last-linux.txt \
    1.11 +			wget -q ${rpi_mirror}/packages/last-linux.txt \
    1.12  				-O ${cache}/linux-version.txt || exit 1
    1.13  			status
    1.14  		else
    1.15 @@ -327,7 +327,7 @@
    1.16  		# Download
    1.17  		if [ ! -f "$cache/linux-$kvers.tazpkg" ]; then
    1.18  			echo -n "Fetching latest Linux package..."
    1.19 -			wget -q ${rpi_mirror}/linux-${kvers}.tazpkg \
    1.20 +			wget -q ${rpi_mirror}/packages/linux-${kvers}.tazpkg \
    1.21  				-O ${cache}/linux-${kvers}.tazpkg; status
    1.22  		fi
    1.23