Make an mtime change force an ldconfig run, since it's possible that pre/postinst...
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Oct 2006 22:11:26 +0000 (22:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Oct 2006 22:11:26 +0000 (22:11 -0000)
svn path=/main/trunk/; revision=4662

pym/portage.py

index cd1a78a71eff8a8c8091ae71350f3c49549921f5..240b3e487a2eb85d94b9f3d3bc08f93304a025ba 100644 (file)
@@ -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 \