wok diff thunderbird-langpack-pt_PT/receipt @ rev 6146

Up: abiword, abiword-dev, abiword-plugins to 2.8.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 09 17:54:19 2010 +0000 (2010-09-09)
parents 753cd764de9d
children 6e9207eb8595
line diff
     1.1 --- a/thunderbird-langpack-pt_PT/receipt	Sun Aug 29 21:31:43 2010 +0200
     1.2 +++ b/thunderbird-langpack-pt_PT/receipt	Thu Sep 09 17:54:19 2010 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $WOK/$PACKAGE
     1.7 -	LANG=`echo $PACKAGE | cut -d'-' -f3`
     1.8 +	LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
     1.9  	# Get xpi
    1.10  	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    1.11  	if [ -e $LANG.xpi ]; then