wok-current diff linux-source/receipt @ rev 3830
Fix: udev want pci.ids uncompressed to cook
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Aug 06 23:57:26 2009 +0200 (2009-08-06) |
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 Thu Aug 06 23:57:26 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 ----