From c22e5ecf26fbb2cedefc0ada28f22c37709978bf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 1 Feb 2013 19:05:46 -0600 Subject: opam: install shell completion scripts Closes #17463. --- Library/Formula/opam.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3