wok diff thunderbird/receipt @ rev 8641

Fixed celestia menu desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 17:13:17 2011 +0000 (2011-02-15)
parents e752b9cf0633
children f09b3af74c7c
line diff
     1.1 --- a/thunderbird/receipt	Thu Dec 09 18:24:09 2010 +0000
     1.2 +++ b/thunderbird/receipt	Tue Feb 15 17:13:17 2011 +0000
     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