Fix extend_realpaths in FileOwner class. (Bug 96515)
authorPaul Varner <fuzzyray@gentoo.org>
Thu, 31 Mar 2011 21:48:31 +0000 (16:48 -0500)
committerPaul Varner <fuzzyray@gentoo.org>
Thu, 31 Mar 2011 21:48:31 +0000 (16:48 -0500)
commiteb134645c0bc8938a87a076c386c37571b61fc00
tree3e1d9a663da53c838c03d2ed2ca3427b350e9cd0
parentd48d1c9525f6632e9ba58202e028bb517b0a118c
Fix extend_realpaths in FileOwner class. (Bug 96515)

Removed the os.path.islink check since it oly returns true if the last
part of the path is a symbolic link.  We want to add the realpath to the
list if it already doesn't exist in the list, since that indicates that
something in the path is a symbolic link.
pym/gentoolkit/helpers.py