From a8583b22a7042a8c6a941cc11013bac2ad3970c4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Oct 2006 22:11:26 +0000 Subject: 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 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 \ -- cgit v1.2.3-1-g7c22