wok rev 9602

Fixed firefox-langpack-zh_TW install path. SOURCE is not needed anyway with this receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 13 22:40:14 2011 +0000 (2011-04-13)
parents 1e023dcbed0e
children 2e0f0123456b
files firefox-langpack-zh_TW/receipt
line diff
     1.1 --- a/firefox-langpack-zh_TW/receipt	Wed Apr 13 10:50:54 2011 +0000
     1.2 +++ b/firefox-langpack-zh_TW/receipt	Wed Apr 13 22:40:14 2011 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR"
     1.8 +	EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR"
     1.9  	mkdir -p $EXTDIR
    1.10  	cp -a $src/* $EXTDIR
    1.11  }