summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-25 09:11:52 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-25 09:11:52 +0000
commit4ca0a35889cacd686e69ce5083b14b19ff689aa4 (patch)
tree61652d8be72e2baf3d0cd73bbd0c2bafec4e750a /pym
parentf675dde629fc01c4d19385d3fa080d7c2ed1a438 (diff)
downloadportage-4ca0a35889cacd686e69ce5083b14b19ff689aa4.tar.gz
portage-4ca0a35889cacd686e69ce5083b14b19ff689aa4.tar.bz2
portage-4ca0a35889cacd686e69ce5083b14b19ff689aa4.zip
Include symlinks themselves when checking collision-protect.
svn path=/main/trunk/; revision=2460
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index f451c466b..57e266f29 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -5846,6 +5846,7 @@ class dblink:
mycwd = os.getcwd()
os.chdir(srcroot)
mysymlinks = filter(os.path.islink, listdir(srcroot, recursive=1, filesonly=0, followSymlinks=False))
+ myfilelist.extend(mysymlinks)
stopmerge=False
starttime=time.time()