Thanks for looking into this. What I mean is that the two starting dots at destination path are missing. What we currently have is similar to what we'd gets by typing this:
cd /usr/share/doc/bash sudo ln -s completion-contrib /bash-completion/contrib sudo ln -s README.bash_completion.gz /bash-completion/README.gz When it should be, quite literally, this: cd /usr/share/doc/bash sudo ln -s completion-contrib ../bash-completion/contrib sudo ln -s README.bash_completion.gz ../bash-completion/README.gz I'm not sure how the installation script actually creates these links, so I cannot help at that. But I hope the above helps! -- Invalid symbolic links in /usr/share/doc/bash https://bugs.launchpad.net/bugs/370611 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
