wok diff bristuff/receipt @ rev 2185

Add cyrus-sasl-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 09 09:39:53 2009 +0000 (2009-02-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 Feb 09 09:39:53 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