projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35681a6
)
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:25 +0000
(19:43 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 26 Apr 2007 19:43:25 +0000
(19:43 -0000)
svn path=/main/trunk/; revision=6438
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index b9af08eb365b06872bf561aa728dca742c8f25c7..9b00612abc49514c857755bfbce4db8002363814 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3735,7
+3735,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: