25 Jul
2008
25 Jul
'08
11:59 a.m.
On Fri, Jul 25, 2008 at 10:27 AM, Nagy Gabor <ngaba@bibl.u-szeged.hu> wrote:
If you want to restore our old negligent "eye-candy" behaviour, you can do the following (pseudo-code): if(isdir(local_conflicting_stuff) && alpm_list_find_str(oldpkg->files,local_conflicting_stuff) { continue; /*no conflict*/ }
I would say go ahead with the current code for the 3.2 release. If it turns out to be really problematic, we can always use the above code for 3.2.1. (again, it is a matter of choosing which case is more important between fileconflict003 and fileconflict004)