From 557e35af96add6cc248dc41c138c3ee12d826023 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 22 Dec 2007 02:19:59 +0000 Subject: - When there are both 32- and 64-bit versions of XPCOM installed on disk make sure to load the correct one. --- firefox.sh.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index fd17d98..17c4562 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -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 ## -- cgit