wok-stable diff gnu-efi/receipt @ rev 10430

openldap: use openssl for tls and clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:04:49 2011 +0200 (2011-05-25)
parents df856c87ba2b
children 424987224cf3
line diff
     1.1 --- a/gnu-efi/receipt	Fri Mar 04 09:55:01 2011 +0100
     1.2 +++ b/gnu-efi/receipt	Wed May 25 00:04:49 2011 +0200
     1.3 @@ -13,8 +13,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
     1.7 -	if [ ! -d $WOK/linux/linux-$KERNEL_VERSION ]; then
     1.8 -        	tazwok cook linux
     1.9 +	if [ ! -d $WOK/linux/install ]; then
    1.10 +        	cook linux || tazwok cook linux
    1.11  	fi
    1.12  	cd $src
    1.13  	sed -i "s|^INSTALLROOT.*|INSTALLROOT=$PWD/_pkg/usr|" Make.defaults