[Bug 1242108] Re: all zsh manpages and inline help files are missing
Mike Chelen
michael.chelen at gmail.com
Thu Aug 7 12:12:56 UTC 2014
Here is a little one line bash script to download & extract the needed
files to the man directory:
wget -qO-
"http://downloads.sourceforge.net/project/zsh/zsh/5.0.2/zsh-5.0.2.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fzsh%2Ffiles%2Fzsh%2F5.0.2%2F&ts=1407408881&use_mirror
=superb-dca3" | sudo tar xvz -C /usr/share/man/man1/ --wildcards
"zsh-5.0.2/Doc/*.1" --strip-components=2 && sudo chown root:root
/usr/share/man/man1/zsh*.1
https://gist.github.com/mchelen/60b2853bf84117088662#file-gistfile1-sh-L6
It's not very pretty, but it works.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to zsh in Ubuntu.
https://bugs.launchpad.net/bugs/1242108
Title:
all zsh manpages and inline help files are missing
Status in “zsh” package in Ubuntu:
Fix Released
Status in “zsh” source package in Trusty:
Confirmed
Bug description:
In Ubuntu 13.10 and 14.04 all of zsh's manpages are missing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/1242108/+subscriptions
More information about the foundations-bugs
mailing list