Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 19 years ago
parent
commit
841c596978
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package/x11/firefox/firefox.conf

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

@ -34,6 +34,10 @@ moz_main() {
export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1
export MOZILLA_FIVE_HOME=$libdir/firefox-$ver
# we must not have $ver defined on the firefox version.
# it would become the "rv-part" of the User-Agent ID-String.
# we need to set it to the milestone version (mozilla version)
export ver="`grep '^[0-9]' ./config/milestone.txt`"
moz_fixup
moz_implant_version

|||||||
100:0
Loading…
Cancel
Save