Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] unemerging causes a bad symlink removal
Date: Sun, 13 Sep 2009 19:57:06
Message-Id: 1252871840.9245.3.camel@jetpack.demon.co.uk
In Reply to: Re: [gentoo-alt] unemerging causes a bad symlink removal by Fabian Groffen
1 On Sun, 2009-09-13 at 21:14 +0200, Fabian Groffen wrote:
2 > On 08-09-2009 13:12:03 +0100, Alan Hourihane wrote:
3 > > Changing this line from....
4 > >
5 > > if statobj is None or not stat.S_ISDIR(statobj.st_mode):
6 > >
7 > > to
8 > >
9 > > if lstatobj is None or not stat.S_ISDIR(lstatobj.st_mode):
10 > >
11 > > Fixes the problem.
12 >
13 > I committed this now. Next Portage release should have it.
14
15 Thanks !
16
17 Alan.