# HG changeset patch # User Antoine Bodin # Date 1323565954 -3600 # Node ID 6f385eb6c82d5b013b7003fdda0e82460f7c6e93 # Parent 6916f08d810725d9745f99318ed33e2347fa3458 Fix: typo in linux && linux-libre receipts (thanks to godane) diff -r 6916f08d8107 -r 6f385eb6c82d linux-libre/receipt --- a/linux-libre/receipt Sat Dec 10 19:47:39 2011 +0100 +++ b/linux-libre/receipt Sun Dec 11 02:12:34 2011 +0100 @@ -102,7 +102,7 @@ mv arch/x86/boot/bzImage $PWD/_pkg mv System.map System.map-without-modules - [ -x /usr/bin/cook ] && report step "Now build bzImage with modules" + [ ! -x /usr/bin/cook ] && report step "Now build bzImage with modules" # Build bzImage with modules cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config diff -r 6916f08d8107 -r 6f385eb6c82d linux/receipt --- a/linux/receipt Sat Dec 10 19:47:39 2011 +0100 +++ b/linux/receipt Sun Dec 11 02:12:34 2011 +0100 @@ -100,7 +100,7 @@ mv arch/x86/boot/bzImage $PWD/_pkg mv System.map System.map-without-modules - [ -x /usr/bin/cook ] && report step "Now build bzImage with modules" + [ ! -x /usr/bin/cook ] && report step "Now build bzImage with modules" # Build bzImage with modules cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config