_merge_process: don't try to create path up to offset prefix
authorFabian Groffen <grobian@gentoo.org>
Tue, 30 Nov 2010 18:22:01 +0000 (19:22 +0100)
committerFabian Groffen <grobian@gentoo.org>
Tue, 30 Nov 2010 18:22:01 +0000 (19:22 +0100)
commitcb842e57256f9499053de3c855fd52d0ff47ce6a
tree5ddc51163ad15da46e9f4c41777515769cf04f84
parent3ec604c80acf5e549dfe2b43152d96c3644c28b2
_merge_process: don't try to create path up to offset prefix

A merge conflict went unnoticed, which introduced a regression where
portage would try to create all dirs from root up to the file to merge.
In Prefix, users often don't have permission to write there, and it
isn't necessary.  The search hence can just start from the offset
prefix, since that space is controlled by Portage and should be
writable.
pym/portage/dbapi/vartree.py