aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 19:05:46 -0600
committerJack Nagel2013-02-01 19:06:18 -0600
commitc22e5ecf26fbb2cedefc0ada28f22c37709978bf (patch)
treefdc060c30134777b19b5b8974a2a4d58bf2b1e1b /Library/Formula
parentf19fa6bae7c3c10a773136121600467baf629c19 (diff)
downloadhomebrew-c22e5ecf26fbb2cedefc0ada28f22c37709978bf.tar.bz2
opam: install shell completion scripts
Closes #17463.
Diffstat (limited to 'Library/Formula')
-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