# HG changeset patch # User Dominique Corbex # Date 1283882228 -7200 # Node ID e7cd64ad6dd05b05e157205c6b56029f6180fe3d # Parent f0dcc49d559b5435841ac7c5e1c5457c8cc7ee96 thunderbird-langpack-pt_BR : fix typo diff -r f0dcc49d559b -r e7cd64ad6dd0 thunderbird-langpack-pt_BR/receipt --- a/thunderbird-langpack-pt_BR/receipt Tue Sep 07 19:54:44 2010 +0200 +++ b/thunderbird-langpack-pt_BR/receipt Tue Sep 07 19:57:08 2010 +0200 @@ -14,7 +14,7 @@ compile_rules() { cd $WOK/$PACKAGE - LANG=`echo $PACKAGE | cut -d'-' -f3` + LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` # Get xpi WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" if [ -e $LANG.xpi ]; then