wok diff thunderbird-langpack-de/receipt @ rev 6234

Up: taglib, taglib-dev to 1.6.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Sep 12 12:09:03 2010 +0000 (2010-09-12)
parents 753cd764de9d
children 4aef4f201414
line diff
     1.1 --- a/thunderbird-langpack-de/receipt	Sun Aug 29 21:31:43 2010 +0200
     1.2 +++ b/thunderbird-langpack-de/receipt	Sun Sep 12 12:09:03 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="thunderbird-langpack-de"
     1.7 -VERSION="3.1.2"
     1.8 +VERSION="3.1.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="locale for mozilla thunderbird"
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -14,7 +14,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $WOK/$PACKAGE
    1.16 -	LANG=`echo $PACKAGE | cut -d'-' -f3`
    1.17 +	LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'`
    1.18  	# Get xpi
    1.19  	WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
    1.20  	if [ -e $LANG.xpi ]; then