projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1290eb
)
Remove orphan srctarget variable.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Jul 2006 04:15:47 +0000
(
04:15
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 13 Jul 2006 04:15:47 +0000
(
04:15
-0000)
svn path=/main/trunk/; revision=3842
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index c9d55ae768c87b38e83a468fc265ff8448f55297..8f0609c17591f165873f74b536db98fe0f045582 100644
(file)
--- 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