On Sun, 11 Jul 2010, Patrick Matthäi wrote: [...] > What's wrong there, they are not broken.
The find command shows that there are only two files/directories called 'common' in /usr/share/doc/kde/HTML: > $ find /usr/share/doc/kde/HTML -name common > /usr/share/doc/kde/HTML/de/kid3/common > /usr/share/doc/kde/HTML/en/kid3/common > > $ ls -l /usr/share/doc/kde/HTML/*/kid3/common > > lrwxrwxrwx 1 root root 15 Mar 20 16:35 > > /usr/share/doc/kde/HTML/de/kid3/common -> ../../en/common So this one points to /usr/share/doc/kde/HTML/en/common but the find command only found /usr/share/doc/kde/HTML/en/kid3/common. So yes, this link *is* broken. > > lrwxrwxrwx 1 root root 9 Mar 20 16:35 > > /usr/share/doc/kde/HTML/en/kid3/common -> ../common And this one points to /usr/share/doc/kde/HTML/en/common too so it too is broken. -- Francois Gouget <[email protected]> http://fgouget.free.fr/ In a world without fences who needs Gates?

