wok-next diff firefox/receipt @ rev 1076
mplayer: use Xv video driver by default
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jul 16 14:38:13 2008 +0200 (2008-07-16) |
parents | 8280893c2e8f |
children | f4148ed6f69b |
line diff
1.1 --- a/firefox/receipt Fri Jul 04 17:54:02 2008 +0200 1.2 +++ b/firefox/receipt Wed Jul 16 14:38:13 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