--- libexec.O/mozilla-launcher 2006-12-30 00:43:00.000000000 +0100 +++ libexec/mozilla-launcher 2007-06-08 14:40:06.792075731 +0200 @@ -406,7 +406,7 @@ # shouldn't have files in profile that are owned by a user other # than the current one. http://bugs.gentoo.org/show_bug.cgi?id=59849 - f=$(find ~/{.,.mozilla/}${zero%-bin} ! -uid ${EUID} 2>/dev/null | head -n10) + f=$(find -L ~/{.,.mozilla/}${zero%-bin} ! -uid ${EUID} 2>/dev/null | head -n10) if [[ -n ${f} ]]; then cat <