--- INSTALL.orig Mon Jul 1 23:09:57 2002 +++ INSTALL Sun Aug 4 19:35:03 2002 @@ -209,7 +209,7 @@ case "$product" in Reader) - replacement="$topdir"/"$product" + replacement=/usr/local/AcrobatReader/"$product" ;; *) echo "ERROR installing $filename, invalid product name" @@ -258,48 +258,16 @@ *) productName="Acrobat" ;; esac - defdir="/usr/local/Acrobat5" - case "$OSname" in - SunOS) - case "$OSrelease" in - 4.1.3*|4.1.4*|4.1C) defdir="/usr/Acrobat5" ;; - 5.*) defdir="/opt/Acrobat5" ;; - esac - ;; - HP-UX) - case "$OSrelease" in - *.09.*) defdir="/usr/Acrobat5" ;; - *.10.*) defdir="/opt/Acrobat5" ;; - *) defdir="/opt/Acrobat5" ;; - esac - ;; - AIX) - defdir="/usr/lpp/Acrobat5" - ;; - esac + defdir="/var/tmp/Acrobat5-root" while [ -z "$InstallDir" ] ; do InstallDir="$defdir" - echo " " - $echonl "Enter installation directory for Acrobat ${Version} [${InstallDir}] " - read answer - case "$answer" in - "") - ;; - *) - InstallDir="$answer" - ;; - esac - InstallDir=`FilterPathName "$InstallDir"` if [ ! -d "$InstallDir" ] ; then - echo " " - echo "Directory \"$InstallDir\" does not exist." - $echonl "Do you want to create it now? [y] " - read answer + answer="y" if [ "$answer" ] ; then case "$answer" in