# HG changeset patch # User Dominique Corbex # Date 1283882365 -7200 # Node ID a62387bb254ea523f984fb6a12098feb39302c8c # Parent e7cd64ad6dd05b05e157205c6b56029f6180fe3d thunderbird-langpack-pt_PT : fix typo diff -r e7cd64ad6dd0 -r a62387bb254e thunderbird-langpack-pt_PT/receipt --- a/thunderbird-langpack-pt_PT/receipt Tue Sep 07 19:57:08 2010 +0200 +++ b/thunderbird-langpack-pt_PT/receipt Tue Sep 07 19:59:25 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