From: Zac Medico Date: Wed, 11 Oct 2006 22:11:26 +0000 (-0000) Subject: Make an mtime change force an ldconfig run, since it's possible that pre/postinst... X-Git-Tag: v2.1.2~645 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a8583b22a7042a8c6a941cc11013bac2ad3970c4;p=portage.git Make an mtime change force an ldconfig run, since it's possible that pre/postinst made changes in lib dirs (noted by Brian Harring). svn path=/main/trunk/; revision=4662 --- diff --git a/pym/portage.py b/pym/portage.py index cd1a78a71..240b3e487 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -698,7 +698,7 @@ def env_update(makelinks=1, target_root=None, prev_mtimes=None, contents=None): prev_mtimes[x] = newldpathtime mtime_changed = True - if contents is None and mtime_changed: + if mtime_changed: ld_cache_update = True if makelinks and \