summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2010-04-12 10:53:15 +0000
committerMartin Stransky <stransky@fedoraproject.org>2010-04-12 10:53:15 +0000
commit84634ca6eae1e6ed06e644ee47c160acd39fe9a6 (patch)
tree67dc5c57595519a848217f272608df2e6e717a3d /firefox.sh.in
parentFixed install dir (diff)
downloadlibrewolf-fedora-ff-84634ca6eae1e6ed06e644ee47c160acd39fe9a6.tar.gz
librewolf-fedora-ff-84634ca6eae1e6ed06e644ee47c160acd39fe9a6.tar.bz2
librewolf-fedora-ff-84634ca6eae1e6ed06e644ee47c160acd39fe9a6.zip
Fixed multilib conflict
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 9c160d8..9a26458 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -59,7 +59,7 @@ if [ ! -x $MOZ_LIB_DIR/firefox-FIREFOX_VERSION/firefox ]; then
MOZ_LIB_DIR="$SECONDARY_LIB_DIR"
fi
MOZ_DIST_BIN="$MOZ_LIB_DIR/firefox-FIREFOX_VERSION"
-MOZ_XUL_DIR="XULRUNNER_DIRECTORY"
+MOZ_XUL_DIR="$MOZ_LIB_DIR/XULRUNNER_DIRECTORY"
MOZ_LANGPACKS_DIR="$MOZ_DIST_BIN/langpacks"
MOZ_EXTENSIONS_PROFILE_DIR="$HOME/.mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
MOZ_PROGRAM="$MOZ_DIST_BIN/firefox"
bgstack15