From 885429d5bc8b6026f21186d4124b2b1f13d7e68c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 17 Oct 2007 20:41:22 +0000 Subject: [PATCH] Always unlink the .installed flag prior to merge since portage.movefile() never leaves intact. (trunk r6986) svn path=/main/branches/2.1.2/; revision=8164 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage.py b/pym/portage.py index 702f790ee..337c53b0a 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -8040,7 +8040,7 @@ class dblink: print sys.exit(1) - 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: -- 2.26.2