From: Marcin Cieslak Date: Tue, 25 Sep 2012 13:41:18 +0000 (+0200) Subject: Install /usr/local/libdata/ldconfig/cde for FreeBSD X-Git-Tag: 2.2.0c~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=663c251125d1248dcc64f6e7ae200c678d390b5f;p=oweals%2Fcde.git Install /usr/local/libdata/ldconfig/cde for FreeBSD I mean really this time. Please. --- diff --git a/cde/admin/IntegTools/post_install/freebsd/configShlibs.src b/cde/admin/IntegTools/post_install/freebsd/configShlibs.src index f50578d7..50f07095 100755 --- a/cde/admin/IntegTools/post_install/freebsd/configShlibs.src +++ b/cde/admin/IntegTools/post_install/freebsd/configShlibs.src @@ -78,6 +78,7 @@ FILESET=CDE-SHLIBS retval=0 CDE_TOP=CDE_INSTALLATION_TOP CDE_CONF_TOP=CDE_CONFIGURATION_TOP +LDCONFIGFILE=/usr/local/libdata/ldconfig/cde HandleOption $* @@ -88,6 +89,7 @@ CDE_CONF_TOP=CDE_CONFIGURATION_TOP RemoveShlibFiles + rm -f $LDCONFIGFILE /sbin/ldconfig -R VerifyInstalledFiles @@ -97,6 +99,7 @@ CDE_CONF_TOP=CDE_CONFIGURATION_TOP MakeTheLink + rm -f $LDCONFIGFILE echo $CDE_TOP/lib > $LDCONFIGFILE /sbin/ldconfig -m $CDE_TOP/lib