Skip to content

Commit 7762d28

Browse files
authored
ocaml-manual.4.14.0: Simplify opam syntax and avoid lint warning
1 parent 113e20f commit 7762d28

File tree

1 file changed

+2
-2
lines changed
  • packages/ocaml-manual/ocaml-manual.4.14.0

1 file changed

+2
-2
lines changed

packages/ocaml-manual/ocaml-manual.4.14.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dev-repo: "git+https://github.com/ocaml/ocaml.git"
1313
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1414
install:
1515
[
16-
[ "cp" "-R" "." ocaml-manual:doc ] {os != "win32"}
17-
[ "robocopy" "/E" "." ocaml-manual:doc ] {os = "win32"}
16+
[ "cp" "-R" "." _:doc ] {os != "win32"}
17+
[ "robocopy" "/E" "." _:doc ] {os = "win32"}
1818
]
1919
synopsis: "The OCaml system manual"
2020
depends: [

0 commit comments

Comments
 (0)