1998-12-24 06:30:02 +00:00
|
|
|
--- ns-install.orig Tue Nov 3 22:27:09 1998
|
1999-01-10 18:04:30 +00:00
|
|
|
+++ ns-install Sat Jan 9 15:15:11 1999
|
1998-12-24 06:30:02 +00:00
|
|
|
@@ -120,6 +120,7 @@
|
|
|
|
# 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
|
1999-01-10 18:04:30 +00:00
|
|
|
@@ -294,10 +295,10 @@
|
|
|
|
# avoid users having to set MOZILLA_JAVA_FONT_PROPERTY_PATH, or
|
|
|
|
# just assuming Java font-handling is broken.
|
|
|
|
#
|
|
|
|
- if test ! -z "`ls /bin/uname`"
|
|
|
|
+ if test ! -z "`ls /usr/bin/uname`"
|
|
|
|
then
|
|
|
|
MOVE_FONTS="TRUE"
|
|
|
|
- case `/bin/uname` in
|
|
|
|
+ case `/usr/bin/uname` in
|
|
|
|
AIX)
|
|
|
|
PLATFORM="aix"
|
|
|
|
;;
|
1998-12-24 06:30:02 +00:00
|
|
|
@@ -324,14 +325,6 @@
|
|
|
|
# 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 ""
|