opam: adhere to zsh naming convention
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
eeed118e42
commit
7e7806837c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Opam < Formula
|
|||
system "make", "install"
|
||||
|
||||
bash_completion.install "shell/opam_completion.sh"
|
||||
zsh_completion.install "shell/opam_completion_zsh.sh"
|
||||
zsh_completion.install "shell/opam_completion_zsh.sh" => "_opam"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue