*** ns-install.orig	Wed Sep  9 18:22:53 1998
--- ns-install	Sun Sep 20 12:58:24 1998
***************
*** 120,125 ****
--- 120,126 ----
  # Even though the user has already used gzip to extract the file (or
  # we wouldn't be here), make sure we can find it.
  #
+ unset GZIP
  GZIP="gzip"
  flag=1
  while test ${flag} -eq 1
***************
*** 318,331 ****
  	# Is this a virgin install?  If so, create the .netscape dir
  	# and put the default bookmark file in it.
  	#
! 	if test ! -d ${HOME}/.netscape
! 	then
! 		# New install, or upgrade from 0.x or 1.x.
! 		mkdir ${HOME}/.netscape
! 		cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
! 		chmod 644 ${HOME}/.netscape/bookmarks.html
! 		echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
! 	fi
  fi
  
  echo ""
--- 319,332 ----
  	# Is this a virgin install?  If so, create the .netscape dir
  	# and put the default bookmark file in it.
  	#
! #	if test ! -d ${HOME}/.netscape
! #	then
! #		# New install, or upgrade from 0.x or 1.x.
! #		mkdir ${HOME}/.netscape
! #		cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
! #		chmod 644 ${HOME}/.netscape/bookmarks.html
! #		echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
! #	fi
  fi
  
  echo ""
