Hi ivan,
this document just lists the environmental variables, but it does not explain how to set these variables.
i tried this in my preinstall:
=========================================
#! /bin/sh
UTILS="/usr/lbin/sw/control_utils"
if [ ! -f $UTILS ]; then
fatal_error "Cannot find $UTILS"
fi
. $UTILS
if [ "${SW_LOCATION}" = "/" ]
then
SW_LOCATION="/MY/LOC/"
_R=${SW_LOCATION} export _R
fi
exit 0
=========================================
_R is not document anywhere, but I suspect _R refers to SW_ROOT_DIRECTORY.This does not work however.
cheers,
bharat