diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/epiphany.in | 9 |
2 files changed, 7 insertions, 8 deletions
@@ -1,5 +1,11 @@ 2003-12-20 Christian Persch <chpe@cvs.gnome.org> + * src/epiphany.in: + + Always set MOZILLA_FIVE_HOME to the correct value. + +2003-12-20 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-main.c: (ephy_main_start), (ephy_main_translate_url_arguments): * src/ephy-shell.c: (ephy_nautilus_view_init_factory), diff --git a/src/epiphany.in b/src/epiphany.in index 5efa1562e..49e8ee449 100644 --- a/src/epiphany.in +++ b/src/epiphany.in @@ -2,14 +2,7 @@ dist_bin=`dirname $0` -if test -n "$MOZILLA_FIVE_HOME"; then - MOZILLA_HOME=$MOZILLA_FIVE_HOME -elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then - MOZILLA_HOME=@MOZILLA_HOME@ -else - echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" - exit -fi +MOZILLA_HOME=@MOZILLA_HOME@ if [ -z "$MOZ_PLUGIN_PATH" ]; then MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins:/usr/libexec/plugins/mozilla |