fix small linter issue in opam

This commit is contained in:
Simon Cruanes 2017-12-30 21:10:25 +01:00
parent bed469c0cf
commit a9d762673a

4
opam
View file

@ -12,10 +12,10 @@ build-doc: [
[make "doc"] [make "doc"]
] ]
install: [ install: [
[make "DOCDIR=%{msat:doc}%" "install"] [make "DOCDIR=%{doc}%" "install"]
] ]
remove: [ remove: [
[make "DOCDIR=%{msat:doc}%" "uninstall"] [make "DOCDIR=%{doc}%" "uninstall"]
] ]
depends: [ depends: [
"ocamlfind" {build} "ocamlfind" {build}