diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-10-24 18:57:43 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-10-24 18:57:43 +0000 |
commit | ab0f13fc20275ae89d000c5e67f71e89e5223459 (patch) | |
tree | 666ffa27c3122036da8aa5ddf5000bc25ad824ba /firefox.sh.in | |
parent | - Add virtual provides for gecko applications. (diff) | |
download | librewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.tar.gz librewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.tar.bz2 librewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.zip |
- Update to 2.0
- Add patch from Behdad to fix pango printing.
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index 21c0d66..68d6ba7 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -42,7 +42,7 @@ then MOZ_LIB_DIR="/usr/lib64" fi MOZ_DIST_BIN="$MOZ_LIB_DIR/firefox-FIREFOX_VERSION" -MOZ_PROGRAM="$MOZ_DIST_BIN/firefox" +MOZ_PROGRAM="$MOZ_DIST_BIN/firefox-bin" MOZ_CLIENT_PROGRAM="$MOZ_DIST_BIN/mozilla-xremote-client" MOZ_CLIENT_PROGRAM_PARAM="-a firefox" |