projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92f0c2
)
Make an mtime change force an ldconfig run, since it's possible that pre/postinst...
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Oct 2006 22:11:26 +0000
(22:11 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Oct 2006 22:11:26 +0000
(22:11 -0000)
svn path=/main/trunk/; revision=4662
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index cd1a78a71eff8a8c8091ae71350f3c49549921f5..240b3e487a2eb85d94b9f3d3bc08f93304a025ba 100644
(file)
--- 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 \