wok-next diff bristuff/receipt @ rev 2118
Up mirror-tools/mkpkgiso (0.3), fix hybrid creation
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 31 09:32:09 2009 +0000 (2009-01-31) |
parents | 0cfd1749f087 |
children | 749730241669 |
line diff
1.1 --- a/bristuff/receipt Sun Nov 30 22:26:21 2008 +0000 1.2 +++ b/bristuff/receipt Sat Jan 31 09:32:09 2009 +0000 1.3 @@ -45,9 +45,9 @@ 1.4 if [ ! -d ../linux/taz ]; then 1.5 tazwok cook linux 1.6 fi 1.7 - KVERS=$(grep "kernel version" ../linux/linux-*/.config) 1.8 + KVERS=$(grep "kernel version" ../linux/$(ls ../linux/taz)/.config) 1.9 KVERS=${KVERS##* } 1.10 - KSRC=$(cd ../linux/linux-* ; pwd) 1.11 + KSRC=$(cd ../linux/$(ls ../linux/taz) ; pwd) 1.12 export KVERS 1.13 export KSRC 1.14 cd $src