Do not set MOZILLA_FIVE_HOME in the installer script as it's not needed by the installer and it causes problems when the mozilla script tries to honor MOZILLA_FIVE_HOME.

Bug #129075 r=syd
This commit is contained in:
seawood%netscape.com 2002-03-07 09:31:11 +00:00
Родитель 6fee9c206b
Коммит f5cb360af6
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -42,9 +42,6 @@ export LD_LIBRARY_PATH
PATH=.:$PATH
export PATH
MOZILLA_FIVE_HOME=.
export MOZILLA_FIVE_HOME
BASEDIR=`dirname $0`
if [ "$BASEDIR" = "" ]; then
echo "dirname is not in your PATH"