Skip to content

Commit

Permalink
Merge pull request #16180 from kit-ty-kate/fix-opam-installer-dune
Browse files Browse the repository at this point in the history
Fix opam-installer with dune 2.5.0
  • Loading branch information
kit-ty-kate authored Apr 11, 2020
2 parents 6254c72 + 9d634ad commit 73b99f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/opam-installer/opam-installer.2.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
]
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make "%{name}%.install"]
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/ocaml/opam.git"
url {
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-installer/opam-installer.2.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
]
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make "%{name}%.install"]
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/ocaml/opam.git"
url {
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-installer/opam-installer.2.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
]
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make "%{name}%.install"]
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/ocaml/opam.git"
url {
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-installer/opam-installer.2.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
]
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make "%{name}%.install"]
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/ocaml/opam.git"
url {
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-installer/opam-installer.2.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
]
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make "%{name}%.install"]
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/ocaml/opam.git"
url {
Expand Down

0 comments on commit 73b99f8

Please sign in to comment.