wok diff firefox/receipt @ rev 991

firefox + wv: fix build deps and error msg
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jul 04 17:54:02 2008 +0200 (2008-07-04)
parents c78d847b9f77
children 35774f63f366
line diff
     1.1 --- a/firefox/receipt	Tue Jun 17 15:38:23 2008 +0200
     1.2 +++ b/firefox/receipt	Fri Jul 04 17:54:02 2008 +0200
     1.3 @@ -80,7 +80,7 @@
     1.4  {
     1.5  	local root
     1.6  	root=$1
     1.7 -	if grep -q "fr_*" $root/etc/locale.conf; then
     1.8 +	if grep -q "fr_*" $root/etc/locale.conf 2>dev/null; then
     1.9  		sed -i 's/en-US/fr/' \
    1.10  		$root/etc/firefox/pref/firefox-l10n.js
    1.11  	fi