wok diff firefox/receipt @ rev 9603

firefox: Added firefox-l10n.js to stuff folder so its copyed into package. Update prefs.js file. Fixed bug #480.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 13 22:53:13 2011 +0000 (2011-04-13)
parents 505eee76b73b
children 274f1b6c60c6
line diff
     1.1 --- a/firefox/receipt	Fri Mar 25 23:29:53 2011 +0000
     1.2 +++ b/firefox/receipt	Wed Apr 13 22:53:13 2011 +0000
     1.3 @@ -34,7 +34,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	i=$src
     1.8  	mkdir -p $fs/usr/lib/$PACKAGE-$VERSION/defaults/profile/chrome $fs/usr/share $fs/etc 
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10  	cp -a $_pkg/usr/lib/$PACKAGE-$VERSION $fs/usr/lib
    1.11 @@ -56,6 +55,9 @@
    1.12  		mv -f $fs/usr/lib/$PACKAGE-$VERSION/$i $fs/etc/$PACKAGE
    1.13  	done
    1.14  
    1.15 +	# added firefox-l10n.js to stuff to make sure its copyed for langpacks
    1.16 +	cp -a $stuff/firefox-l10n.js \
    1.17 +		$fs/etc/firefox/pref/firefox-l10n.js
    1.18  
    1.19  	ln -s /etc/$PACKAGE/browserconfig.properties $fs/usr/lib/$PACKAGE-$VERSION
    1.20  	ln -s /etc/$PACKAGE $fs/usr/lib/$PACKAGE-$VERSION/defaults