wok diff bristuff/receipt @ rev 2155

Add: gxmessage
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 05 21:43:25 2009 +0100 (2009-02-05)
parents 0cfd1749f087
children 749730241669
line diff
     1.1 --- a/bristuff/receipt	Sun Nov 30 22:26:21 2008 +0000
     1.2 +++ b/bristuff/receipt	Thu Feb 05 21:43:25 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