wok diff linux-source/receipt @ rev 3611

glibc: fix genpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 29 11:40:12 2009 +0200 (2009-06-29)
parents 9059daaaa23d
children 7df76f20d2c3
line diff
     1.1 --- a/linux-source/receipt	Mon May 11 19:08:50 2009 +0200
     1.2 +++ b/linux-source/receipt	Mon Jun 29 11:40:12 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  ----