opam: adhere to zsh naming convention

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Josh Tilles 2014-01-20 23:38:32 -05:00 committed by Jack Nagel
parent eeed118e42
commit 7e7806837c

View file

@ -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