wok diff lighttpd/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 c29ac5f14958
children cab40ed8020d
line diff
     1.1 --- a/lighttpd/receipt	Thu Sep 09 19:18:37 2010 +0000
     1.2 +++ b/lighttpd/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.3 @@ -29,7 +29,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	if [ ! done.fastcgi_detach.patch ]; then
     1.7 -		patch -i ../stuff/fastcgi_detach.patch || exit 1
     1.8 +		patch -i ../stuff/fastcgi_detach.patch || return 1
     1.9  		touch done.fastcgi_detach.patch
    1.10  	fi
    1.11  	./configure \