Comment 4 for bug 370611

Revision history for this message
Alexander Gieg (alexgieg) wrote :

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!