wok-6.x diff compcache/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents | ec697b8b2555 |
children | cbfb348cb173 |
line diff
1.1 --- a/compcache/receipt Tue Feb 01 00:17:12 2011 +0000 1.2 +++ b/compcache/receipt Mon Feb 14 19:09:46 2011 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 cd $src 1.5 1.6 # Fix build with kernel 2.6.34 1.7 - patch -p1 < ../stuff/compcache-0.6.2-linux-2.6.34.u || exit 1 1.8 + patch -p1 < ../stuff/compcache-0.6.2-linux-2.6.34.u || return 1 1.9 1.10 find -name Makefile | xargs sed -i \ 1.11 "s|/lib/modules/\$(shell uname -r)/build|/usr/src/linux|"