Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] unemerging causes a bad symlink removal
Date: Sun, 13 Sep 2009 19:15:13
Message-Id: 20090913191454.GB1088@gentoo.org
In Reply to: Re: [gentoo-alt] unemerging causes a bad symlink removal by Alan Hourihane
1 On 08-09-2009 13:12:03 +0100, Alan Hourihane wrote:
2 > Changing this line from....
3 >
4 > if statobj is None or not stat.S_ISDIR(statobj.st_mode):
5 >
6 > to
7 >
8 > if lstatobj is None or not stat.S_ISDIR(lstatobj.st_mode):
9 >
10 > Fixes the problem.
11
12 I committed this now. Next Portage release should have it.
13
14
15 --
16 Fabian Groffen
17 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] unemerging causes a bad symlink removal Alan Hourihane <alanh@×××××××××××.uk>