aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/opam.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb
index 05ced6a1e..eb296636e 100644
--- a/Library/Formula/opam.rb
+++ b/Library/Formula/opam.rb
@@ -11,6 +11,9 @@ class Opam < Formula
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
+
+ bash_completion.install "shell/opam_completion.sh"
+ zsh_completion.install "shell/opam_completion_zsh.sh"
end
def test