Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
da1ce3d38b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/x11/firefox/firefox.conf

+ 3
- 0
package/x11/firefox/firefox.conf

@ -40,6 +40,7 @@ moz_main() {
# we must not have $ver defined on the firefox version. # we must not have $ver defined on the firefox version.
# it would become the "rv-part" of the User-Agent ID-String. # it would become the "rv-part" of the User-Agent ID-String.
# we need to set it to the milestone version (mozilla version) # we need to set it to the milestone version (mozilla version)
old_ver="$ver"
export ver="`grep '^[0-9]' ./config/milestone.txt`" export ver="`grep '^[0-9]' ./config/milestone.txt`"
moz_fixup moz_fixup
moz_implant_version moz_implant_version
@ -69,5 +70,7 @@ EOT
moz_register moz_register
# this annoying javascript (tm) based whatever component registration # this annoying javascript (tm) based whatever component registration
$root/$bindir/firefox -register $root/$bindir/firefox -register
ver="$old_ver"
} }

Loading…
Cancel
Save