diff options
| author | Jack Nagel | 2013-02-01 19:05:46 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-01 19:06:18 -0600 |
| commit | c22e5ecf26fbb2cedefc0ada28f22c37709978bf (patch) | |
| tree | fdc060c30134777b19b5b8974a2a4d58bf2b1e1b | |
| parent | f19fa6bae7c3c10a773136121600467baf629c19 (diff) | |
| download | homebrew-c22e5ecf26fbb2cedefc0ada28f22c37709978bf.tar.bz2 | |
opam: install shell completion scripts
Closes #17463.
| -rw-r--r-- | Library/Formula/opam.rb | 3 |
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 |
