projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54697f2
)
Always unlink the .installed flag prior to merge since portage.movefile() never leave...
author
Zac Medico
<zmedico@gentoo.org>
Sun, 24 Jun 2007 06:43:09 +0000
(06:43 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 24 Jun 2007 06:43:09 +0000
(06:43 -0000)
svn path=/main/trunk/; revision=6986
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index d27f320d62aecd1980ec2662991325a35827b3ab..f24c180a4d619fff3382926d836ffaae297ecff7 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1647,7
+1647,7
@@
class dblink(object):
self._collision_protect(srcroot, destroot, others_in_slot,
myfilelist+mylinklist, mylinklist)
- if
os.stat(srcroot).st_dev == os.stat(destroot).st_dev
:
+ if
True
:
""" The merge process may move files out of the image directory,
which causes invalidation of the .installed flag."""
try: