projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd1b87
)
For bug #176139, only symlink the distfiles that are required according the current...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Apr 2007 19:43:56 +0000
(19:43 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Apr 2007 19:43:56 +0000
(19:43 -0000)
svn path=/main/branches/2.1.2/; revision=6439
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index ab5e984c1888cf9cea2d0e801bf7156c9093de47..fda216bed85f20141d5f7a03f1a98382e9418b40 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-3668,7
+3668,7
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
os.mkdir(edpath)
apply_secpass_permissions(edpath, uid=portage_uid, mode=0755)
try:
- for file in a
a
list:
+ for file in alist:
os.symlink(os.path.join(orig_distdir, file),
os.path.join(edpath, file))
except OSError: