- When there are both 32- and 64-bit versions of XPCOM installed on disk
make sure to load the correct one.
This commit is contained in:
parent
30f6ae41eb
commit
557e35af96
@ -64,6 +64,15 @@ MOZ_PROGRAM="$MOZ_DIST_BIN/firefox"
|
||||
MOZ_CLIENT_PROGRAM="$MOZ_DIST_BIN/firefox-xremote-client"
|
||||
MOZ_CLIENT_PROGRAM_PARAM="-a firefox"
|
||||
|
||||
##
|
||||
## Set MOZ_GRE_CONF
|
||||
##
|
||||
MOZ_GRE_CONF=/etc/gre.d/gre.conf
|
||||
if [ "$MOZ_LIB_DIR" == "/usr/lib64" ]; then
|
||||
MOZ_GRE_CONF=/etc/gre.d/gre64.conf
|
||||
fi
|
||||
export MOZ_GRE_CONF
|
||||
|
||||
##
|
||||
## Set MOZILLA_FIVE_HOME
|
||||
##
|
||||
|
@ -10,7 +10,7 @@
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 3.0
|
||||
Release: 0.beta2.2%{?dist}
|
||||
Release: 0.beta2.3%{?dist}
|
||||
URL: http://www.mozilla.org/projects/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -311,6 +311,10 @@ fi
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Sat Dec 22 2007 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.3
|
||||
- When there are both 32- and 64-bit versions of XPCOM installed on disk
|
||||
make sure to load the correct one.
|
||||
|
||||
* Tue Dec 20 2007 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.2
|
||||
- fixed xulrunner dependency
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user