Create $LOCALBASE/libdata/ldconfig/cde
which points the runtime linker to /usr/dt/lib
There is no need to invoke ldconfig manually
after this.
retval=0
CDE_TOP=CDE_INSTALLATION_TOP
CDE_CONF_TOP=CDE_CONFIGURATION_TOP
+LOCALBASE=/usr/local
+LDCONFIGFILE="${LOCALBASE}/libdata/ldconfig/cde"
HandleOption $*
RemoveShlibFiles
+ rm -rf $LDCONFIGFILE
/sbin/ldconfig -R
VerifyInstalledFiles
MakeTheLink
- /sbin/ldconfig -m "${DT_TOP}/lib"
+ echo "${DT_OPT}/lib" > $LDCONFIGFILE
+ /sbin/ldconfig -R
elif [ "$OPERATION" = "verify" ]
then