Include symlinks themselves when checking collision-protect.
authorJason Stubbs <jstubbs@gentoo.org>
Sun, 25 Dec 2005 09:11:52 +0000 (09:11 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sun, 25 Dec 2005 09:11:52 +0000 (09:11 -0000)
svn path=/main/trunk/; revision=2460

pym/portage.py

index f451c466b5cbdc1654eccad98a30c86be86a35d7..57e266f2982c3785f55dce1674cff48df7041d04 100644 (file)
@@ -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()