wok rev 6133

thunderbird-langpack-pt_BR : fix typo
author Dominique Corbex <domcox@slitaz.org>
date Tue Sep 07 19:57:08 2010 +0200 (2010-09-07)
parents f0dcc49d559b
children a62387bb254e
files thunderbird-langpack-pt_BR/receipt
line diff
     1.1 --- a/thunderbird-langpack-pt_BR/receipt	Tue Sep 07 19:54:44 2010 +0200
     1.2 +++ b/thunderbird-langpack-pt_BR/receipt	Tue Sep 07 19:57:08 2010 +0200
     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