diff options
author | Brad Laue <brad@gentoo.org> | 2004-02-16 05:47:56 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-02-16 05:47:56 +0000 |
commit | 1746d4829837984d91e070f34223863c3f78cfc8 (patch) | |
tree | 56d96d9c0b69ee8b2702aa410e3e07fe89659ece /net-www/mozilla-firefox | |
parent | spur propagation of fix (diff) | |
download | historical-1746d4829837984d91e070f34223863c3f78cfc8.tar.gz historical-1746d4829837984d91e070f34223863c3f78cfc8.tar.bz2 historical-1746d4829837984d91e070f34223863c3f78cfc8.zip |
Fix firefox launch script
Diffstat (limited to 'net-www/mozilla-firefox')
-rw-r--r-- | net-www/mozilla-firefox/Manifest | 2 | ||||
-rw-r--r-- | net-www/mozilla-firefox/files/firefox | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-www/mozilla-firefox/Manifest b/net-www/mozilla-firefox/Manifest index fa7764384df5..03f5e9214e46 100644 --- a/net-www/mozilla-firefox/Manifest +++ b/net-www/mozilla-firefox/Manifest @@ -5,5 +5,5 @@ MD5 606e82226379fd5ae6cd1d0d1faff7ff files/10MozillaFirefox 31 MD5 507a3d1338e85acc8828cec7c91d22df files/digest-mozilla-firefox-0.8 73 MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 MD5 f0e9adeb0454377ce019e8969e644efb files/mozilla-firebird-amd64.patch 35052 -MD5 08a83fca60d87de036262bd66ae705ab files/firefox 3518 +MD5 aad3668516b9f1de28a915d9c75f41c7 files/firefox 3518 MD5 bff260036c5dcca45da3218517fb33d8 files/icon/firefox-icon.png 3979 diff --git a/net-www/mozilla-firefox/files/firefox b/net-www/mozilla-firefox/files/firefox index cd54c0a3e0de..ab6065569e4f 100644 --- a/net-www/mozilla-firefox/files/firefox +++ b/net-www/mozilla-firefox/files/firefox @@ -2,7 +2,7 @@ # # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v 1.3 2004/02/15 16:32:49 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/files/firefox,v 1.4 2004/02/16 05:47:56 brad Exp $ # Set MOZILLA_NEWTYPE to "window" in your environment if you prefer # new Firefox windows instead of new tabs @@ -76,7 +76,7 @@ for u in "${urls[@]}"; do if [[ ${#candidates[@]} > 0 ]]; then for s in "${candidates[@]}"; do DISPLAY=${s} \ - ${fbpath}/mozilla-xremote-client "openURL($u, new-$newtype)" \ + ${ffpath}/mozilla-xremote-client "openURL($u, new-$newtype)" \ && break done retval=$? @@ -92,7 +92,7 @@ for u in "${urls[@]}"; do # Handle case of multiple URLs if [[ ${#urls[@]} > 1 ]]; then - ${fbpath}/firefox "${args[@]}" "$u" & + ${ffpath}/firefox "${args[@]}" "$u" & if [[ -x /usr/bin/xtoolwait ]]; then xtoolwait sleep 10 else @@ -103,7 +103,7 @@ for u in "${urls[@]}"; do fi # Handle case of single URL - ${fbpath}/firefox "${args[@]}" "$u" & + ${ffpath}/firefox "${args[@]}" "$u" & break elif [[ $retval -eq 1 ]]; then |