|
|
@ -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 |
|
|
|
|
|
|
|