1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

Revert "FreeBSD: Add /usr/dt/lib to runtime linker"

This reverts commit 91f228411e.

Updated patch.
This commit is contained in:
Jon Trulson 2012-09-24 19:20:56 -06:00
parent 77ec7b56b8
commit a658d226d1

View file

@ -78,8 +78,6 @@ FILESET=CDE-SHLIBS
retval=0
CDE_TOP=CDE_INSTALLATION_TOP
CDE_CONF_TOP=CDE_CONFIGURATION_TOP
LOCALBASE=/usr/local
LDCONFIGFILE="${LOCALBASE}/libdata/ldconfig/cde"
HandleOption $*
@ -90,7 +88,6 @@ LDCONFIGFILE="${LOCALBASE}/libdata/ldconfig/cde"
RemoveShlibFiles
rm -rf $LDCONFIGFILE
/sbin/ldconfig -R
VerifyInstalledFiles
@ -100,8 +97,7 @@ LDCONFIGFILE="${LOCALBASE}/libdata/ldconfig/cde"
MakeTheLink
echo "${DT_OPT}/lib" > $LDCONFIGFILE
/sbin/ldconfig -R
/sbin/ldconfig -m "${DT_TOP}/lib"
elif [ "$OPERATION" = "verify" ]
then