diff options
Diffstat (limited to 'app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild')
-rw-r--r-- | app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild index f76aa10579a3..fff5cfbeb438 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v 1.3 2014/11/21 13:49:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v 1.4 2014/11/21 14:08:11 radhermit Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=">=app-shells/zsh-4.3.5" src_install() { insinto /usr/share/zsh/site-functions - doins _* + doins src/_* dodoc AUTHORS } |