wok rev 3074

linux-source: do not always build on upgrade
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 14 11:28:15 2009 +0200 (2009-05-14)
parents 99b59378d399
children dfeca2ad1595
files linux-source/receipt
line diff
     1.1 --- a/linux-source/receipt	Wed May 13 23:04:19 2009 +0200
     1.2 +++ b/linux-source/receipt	Thu May 14 11:28:15 2009 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4  		echo "Apply $patch_file"
     1.5  		patch -p1 < slitaz/$patch_file
     1.6  	done < slitaz/patches
     1.7 -	cp slitaz/config .config
     1.8 +	[ ! -f System.map ] && cp slitaz/config .config &&
     1.9  	make oldconfig && make bzImage && make modules
    1.10  	cat <<EOT
    1.11  ----