wok diff linux-source/receipt @ rev 3107

alsa-utils: Use util-linux-ng getopt
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 17 23:56:47 2009 +0200 (2009-05-17)
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	Sun May 17 23:56:47 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  ----