1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Install /usr/local/libdata/ldconfig/cde for FreeBSD

I mean really this time. Please.
This commit is contained in:
Marcin Cieslak 2012-09-25 15:41:18 +02:00 committed by Jon Trulson
parent e7cb79e9b2
commit 663c251125

View file

@ -78,6 +78,7 @@ FILESET=CDE-SHLIBS
retval=0 retval=0
CDE_TOP=CDE_INSTALLATION_TOP CDE_TOP=CDE_INSTALLATION_TOP
CDE_CONF_TOP=CDE_CONFIGURATION_TOP CDE_CONF_TOP=CDE_CONFIGURATION_TOP
LDCONFIGFILE=/usr/local/libdata/ldconfig/cde
HandleOption $* HandleOption $*
@ -88,6 +89,7 @@ CDE_CONF_TOP=CDE_CONFIGURATION_TOP
RemoveShlibFiles RemoveShlibFiles
rm -f $LDCONFIGFILE
/sbin/ldconfig -R /sbin/ldconfig -R
VerifyInstalledFiles VerifyInstalledFiles
@ -97,6 +99,7 @@ CDE_CONF_TOP=CDE_CONFIGURATION_TOP
MakeTheLink MakeTheLink
rm -f $LDCONFIGFILE
echo $CDE_TOP/lib > $LDCONFIGFILE echo $CDE_TOP/lib > $LDCONFIGFILE
/sbin/ldconfig -m $CDE_TOP/lib /sbin/ldconfig -m $CDE_TOP/lib