projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ae5a4
)
quickpkg: add leading ./ to names for bug 398543
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Jan 2012 16:02:26 +0000
(08:02 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Jan 2012 16:02:26 +0000
(08:02 -0800)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index a66316ba1ef956875e5633e1193828fc4b085ce1..af70ec3fe0ba37e2f1e4c1d2982ece39401bb31a 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-4629,7
+4629,7
@@
def tar_contents(contents, root, tar, protect=None, onProgress=None):
continue
contents_type = contents[path][0]
if path.startswith(root):
- arcname = path[len(root):]
+ arcname =
"./" +
path[len(root):]
else:
raise ValueError("invalid root argument: '%s'" % root)
live_path = path