Inside portage.fetch(), check for the case where FETCOMMAND creates a
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:54:24 +0000 (03:54 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:54:24 +0000 (03:54 -0000)
commit626eabbe2947989986b374b25c5331a10edb6ad4
tree82b52129ac97d1792fc3611784e4ecb597522755
parent8c1a78f0796eb624d6ad30b7c9af28cf92e70c3e
Inside portage.fetch(), check for the case where FETCOMMAND creates a
directory where a file is expected. This can happen if FETCHCOMMAND
erroneously contains wget's -P option where it should instead have -O, as
reported in bug #258433, comment #16. (trunk r12601)

svn path=/main/branches/2.1.6/; revision=12882
pym/portage/__init__.py