Inside dblink.treewalk(), handle filenames with incorrect encoding like we
authorZac Medico <zmedico@gentoo.org>
Fri, 14 Aug 2009 22:11:34 +0000 (22:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 14 Aug 2009 22:11:34 +0000 (22:11 -0000)
commit226a52844f6967720a1e4509aceaeb76557593ad
treef8f84e2277b1a2d697c7b0d2c3db7ec72d5b9247
parentdbe2b392c277eb9e64d111a5947223dc391f56e4
Inside dblink.treewalk(), handle filenames with incorrect encoding like we
do after src_install. The check needs to be repeated here for binary
packages (it's inexpensive since we call os.walk() here anyway).

svn path=/main/trunk/; revision=14050
pym/portage/__init__.py
pym/portage/dbapi/vartree.py