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 f50578d..50f0709 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
 
-- 
1.7.11.5


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to