wok rev 6134
thunderbird-langpack-pt_PT : fix typo
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Sep 07 19:59:25 2010 +0200 (2010-09-07) |
parents | e7cd64ad6dd0 |
children | bfee56f0dd1e |
files | thunderbird-langpack-pt_PT/receipt |
line diff
1.1 --- a/thunderbird-langpack-pt_PT/receipt Tue Sep 07 19:57:08 2010 +0200 1.2 +++ b/thunderbird-langpack-pt_PT/receipt Tue Sep 07 19:59:25 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