wok-current diff firefox-langpack-fr/receipt @ rev 11291
firefox-langpack-*: Fixed all $TARBALL to be saved as $PACKAGE-$VERSION.zip. This is so it doesn't use the older $LANG.xpi files on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 11 07:15:49 2011 +0000 (2011-11-11) |
parents | 32fc20deeb56 |
children | 66be26816f41 |
line diff
1.1 --- a/firefox-langpack-fr/receipt Fri Nov 11 07:07:44 2011 +0000 1.2 +++ b/firefox-langpack-fr/receipt Fri Nov 11 07:15:49 2011 +0000 1.3 @@ -9,8 +9,8 @@ 1.4 WEB_SITE="http://www.mozilla.com" 1.5 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` 1.6 LANG_DIR="langpack-$LANG@firefox.mozilla.org" 1.7 -TARBALL="$LANG.xpi" 1.8 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION.zip" 1.10 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/fr.xpi" 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules()