wok diff thunderbird/receipt @ rev 8864

Add: perl-texi2html 1.82
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 05:01:22 2011 +0100 (2011-02-26)
parents e752b9cf0633
children f09b3af74c7c
line diff
     1.1 --- a/thunderbird/receipt	Thu Dec 09 18:24:09 2010 +0000
     1.2 +++ b/thunderbird/receipt	Sat Feb 26 05:01:22 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