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:
parent
e7cb79e9b2
commit
663c251125
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue