From 663c251125d1248dcc64f6e7ae200c678d390b5f Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Tue, 25 Sep 2012 15:41:18 +0200 Subject: [PATCH] Install /usr/local/libdata/ldconfig/cde for FreeBSD I mean really this time. Please. --- cde/admin/IntegTools/post_install/freebsd/configShlibs.src | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1