aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJosh Tilles2014-01-20 23:38:32 -0500
committerJack Nagel2014-07-21 16:52:43 -0500
commit2f1e822b3e97f6822177c3ea59f985239e95af5c (patch)
tree6a36a31353e0f9d7da6dcbb59fcf482686de7622 /Library/Formula
parenta608c4d63764664c7b1651ad552c1fa9b1f22295 (diff)
downloadhomebrew-2f1e822b3e97f6822177c3ea59f985239e95af5c.tar.bz2
opam: adhere to zsh naming convention
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/opam.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb
index 0d8e65abd..879707be5 100644
--- a/Library/Formula/opam.rb
+++ b/Library/Formula/opam.rb
@@ -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