wok-stable rev 11400
Fix: typo in linux && linux-libre receipts (thanks to godane)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 11 02:12:34 2011 +0100 (2011-12-11) |
parents | 6916f08d8107 |
children | 312b318bb206 |
files | linux-libre/receipt linux/receipt |
line diff
1.1 --- a/linux-libre/receipt Sat Dec 10 19:47:39 2011 +0100 1.2 +++ b/linux-libre/receipt Sun Dec 11 02:12:34 2011 +0100 1.3 @@ -102,7 +102,7 @@ 1.4 mv arch/x86/boot/bzImage $PWD/_pkg 1.5 mv System.map System.map-without-modules 1.6 1.7 - [ -x /usr/bin/cook ] && report step "Now build bzImage with modules" 1.8 + [ ! -x /usr/bin/cook ] && report step "Now build bzImage with modules" 1.9 1.10 # Build bzImage with modules 1.11 cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config
2.1 --- a/linux/receipt Sat Dec 10 19:47:39 2011 +0100 2.2 +++ b/linux/receipt Sun Dec 11 02:12:34 2011 +0100 2.3 @@ -100,7 +100,7 @@ 2.4 mv arch/x86/boot/bzImage $PWD/_pkg 2.5 mv System.map System.map-without-modules 2.6 2.7 - [ -x /usr/bin/cook ] && report step "Now build bzImage with modules" 2.8 + [ ! -x /usr/bin/cook ] && report step "Now build bzImage with modules" 2.9 2.10 # Build bzImage with modules 2.11 cp -f $stuff/$PACKAGE-$VERSION-slitaz.config .config