Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149262
Collapse All | Expand All

(-)/usr/libexec/mozilla-launcher.orig (-4 / +4 lines)
Lines 4-10 Link Here
4
# Portions of this file are extracted from the mozilla.org distributed scripts.
4
# Portions of this file are extracted from the mozilla.org distributed scripts.
5
# Those portions are Copyright (C) 1998 Netscape Communmications Corporation and
5
# Those portions are Copyright (C) 1998 Netscape Communmications Corporation and
6
# released under the NPL as detailed in /usr/lib/mozilla/mozilla,
6
# released under the NPL as detailed in /usr/lib/mozilla/mozilla,
7
# /usr/lib/MozillaFirefox/firefox and /usr/lib/MozillaThunderbird/thunderbird.
7
# /usr/lib/mozilla-firefox/firefox and /usr/lib/mozilla-thunderbird/thunderbird.
8
#
8
#
9
# The remainder of this file is Copyright 1999-2005 Gentoo Foundation
9
# The remainder of this file is Copyright 1999-2005 Gentoo Foundation
10
# Distributed under the terms of the GNU General Public License v2
10
# Distributed under the terms of the GNU General Public License v2
Lines 137-143 Link Here
137
  # just drops through for binary-based browsers.
137
  # just drops through for binary-based browsers.
138
  case $zero in
138
  case $zero in
139
    *fox)
139
    *fox)
140
      export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/MozillaFirefox"}
140
      export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/mozilla-firefox"}
141
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
141
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
142
      mozbin=$MOZILLA_FIVE_HOME/firefox-bin
142
      mozbin=$MOZILLA_FIVE_HOME/firefox-bin
143
      ;;
143
      ;;
Lines 149-161 Link Here
149
      ;;
149
      ;;
150
150
151
    *sunbird)
151
    *sunbird)
152
      export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/MozillaSunbird"}
152
      export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/mozilla-sunbird"}
153
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
153
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
154
      mozbin=$MOZILLA_FIVE_HOME/sunbird-bin
154
      mozbin=$MOZILLA_FIVE_HOME/sunbird-bin
155
      ;;
155
      ;;
156
156
157
    *thunderbird)
157
    *thunderbird)
158
      export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/MozillaThunderbird"}
158
      export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/mozilla-thunderbird"}
159
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
159
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
160
      mozbin=$MOZILLA_FIVE_HOME/thunderbird-bin
160
      mozbin=$MOZILLA_FIVE_HOME/thunderbird-bin
161
      ;;
161
      ;;

Return to bug 149262