parent
c5274ce971
commit
ab0812c688
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue