wok diff firefox/receipt @ rev 1018

firefox: Use cairo = 8,0 Mb to 7,8 Mb, yes 200 Kb saved...
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jul 08 23:36:07 2008 +0200 (2008-07-08)
parents 8280893c2e8f
children f4148ed6f69b
line diff
     1.1 --- a/firefox/receipt	Fri Jul 04 17:54:02 2008 +0200
     1.2 +++ b/firefox/receipt	Tue Jul 08 23:36:07 2008 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4  
     1.5  	# SliTaz Web site for the home page, bookmarks file and branding.
     1.6  	cp -a stuff/browserconfig.properties $fs/usr/lib/$PACKAGE-$VERSION
     1.7 -	cp -a stuff/bookmarks.html $fs/usr/lib/$PACKAGE-3.0/defaults/profile
     1.8 +	cp -a stuff/bookmarks.html $fs/usr/lib/$PACKAGE-$VERSION/defaults/profile
     1.9  	cp -a stuff/firefox-branding.js \
    1.10  		$fs/usr/lib/$PACKAGE-$VERSION/defaults/pref/
    1.11  
    1.12 @@ -59,7 +59,7 @@
    1.13  	-C $fs/usr/lib/$PACKAGE-$VERSION/extensions
    1.14  
    1.15  	# Search Plugin (by: oddball)
    1.16 -	cp -a stuff/searchplugins $fs/usr/lib/firefox-3.0/
    1.17 +	cp -a stuff/searchplugins $fs/usr/lib/firefox-$VERSION/
    1.18  	chown -R root.root $fs
    1.19  
    1.20  	# Remove unnecessary files.
    1.21 @@ -80,7 +80,7 @@
    1.22  {
    1.23  	local root
    1.24  	root=$1
    1.25 -	if grep -q "fr_*" $root/etc/locale.conf 2>dev/null; then
    1.26 +	if grep -q "fr_*" $root/etc/locale.conf 2>/dev/null; then
    1.27  		sed -i 's/en-US/fr/' \
    1.28  		$root/etc/firefox/pref/firefox-l10n.js
    1.29  	fi