TERM for Sun Solaris includes two cd commands in the install script, in the middle of the following if statement:
if [ $OSmajor = 5 ]
then
LASTMOD="28 Apr 95"
BIN_FILES="$BRANDIT"
cd Solaris
else
cd SunOS
fi
On the CD distribution of TERM for UNIX, neither “Solaris” nor “SunOS” exists during the install process. This makes the install script fail with the listed error. The workaround is to install TERM manually.
CR 469
This entry was posted
on Friday, April 27th, 2007 at 8:59 am and is filed under Install, TERM, UNIX.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.