wok-stable diff thunderbird/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 e752b9cf0633
children f09b3af74c7c
line diff
     1.1 --- a/thunderbird/receipt	Thu Dec 09 18:24:09 2010 +0000
     1.2 +++ b/thunderbird/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.3 @@ -27,7 +27,7 @@
     1.4  	cd $WOK/$PACKAGE
     1.5  	echo -n "Checking source"
     1.6      [ -d comm-* ] && mv comm-* $PACKAGE-$VERSION 2>/dev/null
     1.7 -	[ -d $PACKAGE-$VERSION ] || (echo "src not found, exiting" ; exit 1)
     1.8 +	[ -d $PACKAGE-$VERSION ] || (echo "src not found, exiting" ; return 1)
     1.9  	status
    1.10  	# add config
    1.11      cp -a stuff/thunderbird.mozconfig.conf $src/.mozconfig