summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-07-13 04:15:47 +0000
committerZac Medico <zmedico@gentoo.org>2006-07-13 04:15:47 +0000
commitad7efdcfaf55fc1cc30d8960f93f57412b2d747e (patch)
tree06efbb52bcfd090bc2080dc0948d01405260267a /pym
parentd1290ebb30fc5a6b066db7898f7c25446e016fe1 (diff)
downloadportage-ad7efdcfaf55fc1cc30d8960f93f57412b2d747e.tar.gz
portage-ad7efdcfaf55fc1cc30d8960f93f57412b2d747e.tar.bz2
portage-ad7efdcfaf55fc1cc30d8960f93f57412b2d747e.zip
Remove orphan srctarget variable.
svn path=/main/trunk/; revision=3842
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index c9d55ae76..8f0609c17 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6511,7 +6511,7 @@ class dblink:
# directory in the way: we can't merge a symlink over a directory
# we won't merge this, continue with next file...
continue
- srctarget = os.path.normpath(os.path.dirname(mysrc)+"/"+myto)
+
if os.path.exists(mysrc) and stat.S_ISDIR(os.stat(mysrc)[stat.ST_MODE]):
# Kill file blocking installation of symlink to dir #71787
pass