wok diff bristuff/receipt @ rev 2383
Add: OpenTyrian - Classic
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Mon Mar 09 20:19:06 2009 +0100 (2009-03-09) |
parents | 0cfd1749f087 |
children | 749730241669 |
line diff
1.1 --- a/bristuff/receipt Sun Nov 30 22:26:21 2008 +0000 1.2 +++ b/bristuff/receipt Mon Mar 09 20:19:06 2009 +0100 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