# HG changeset patch # User Christophe Lincoln # Date 1306271806 -7200 # Node ID ce538de5d43c02227cbd9d66ec06b3d2b195c4ec # Parent 6cc1797db32667ffcc36f4c8aa93e94b0fa88582 gnu-efi: fix build (use cook ot tazwok) diff -r 6cc1797db326 -r ce538de5d43c gnu-efi/receipt --- a/gnu-efi/receipt Tue May 24 21:25:41 2011 +0200 +++ b/gnu-efi/receipt Tue May 24 23:16:46 2011 +0200 @@ -13,8 +13,8 @@ compile_rules() { KERNEL_VERSION=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'` - if [ ! -d $WOK/linux/linux-$KERNEL_VERSION ]; then - tazwok cook linux + if [ ! -d $WOK/linux/install ]; then + cook linux || tazwok cook linux fi cd $src sed -i "s|^INSTALLROOT.*|INSTALLROOT=$PWD/_pkg/usr|" Make.defaults