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"]
]
install: [
[make "DOCDIR=%{msat:doc}%" "install"]
[make "DOCDIR=%{doc}%" "install"]
]
remove: [
[make "DOCDIR=%{msat:doc}%" "uninstall"]
[make "DOCDIR=%{doc}%" "uninstall"]
]
depends: [
"ocamlfind" {build}