projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f675dde
)
Include symlinks themselves when checking collision-protect.
author
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 25 Dec 2005 09:11:52 +0000
(09:11 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 25 Dec 2005 09:11:52 +0000
(09:11 -0000)
svn path=/main/trunk/; revision=2460
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index f451c466b5cbdc1654eccad98a30c86be86a35d7..57e266f2982c3785f55dce1674cff48df7041d04 100644
(file)
--- 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()