diff options
| author | Jack Nagel | 2014-09-29 12:26:08 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-29 12:26:09 -0500 |
| commit | f909e66635c4034b45f2732c454663ce5bc5a33c (patch) | |
| tree | fa66328705c757053b6f79129cb4342867f8aa60 /Library/Formula | |
| parent | 77134df1a39b148713844bff2300d32baade14ec (diff) | |
| download | homebrew-f909e66635c4034b45f2732c454663ce5bc5a33c.tar.bz2 | |
opam: fix man page location
Fixes #32781.
Diffstat (limited to 'Library/Formula')
| -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 d94f406f0..06ae99c54 100644 --- a/Library/Formula/opam.rb +++ b/Library/Formula/opam.rb @@ -62,6 +62,9 @@ class Opam < Formula system "make", "man" system "make", "install" + # mandir is not honored: https://github.com/ocaml/opam/issues/1753 + share.install "#{prefix}/man" + bash_completion.install "shell/opam_completion.sh" zsh_completion.install "shell/opam_completion_zsh.sh" => "_opam" end |
