Skip to content

Commit

Permalink
fix opam-installer compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Dec 18, 2019
1 parent 9957238 commit 3e155a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opam-installer.opam
Expand Up @@ -18,7 +18,7 @@ bug-reports: "https://github.com/ocaml/opam/issues"
dev-repo: "https://github.com/ocaml/opam.git"
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make "DUNE_ARGS=-p %{name}%" "%{name}%.install"]
[make "%{name}%.install"]
]
depends: [
"opam-format" {= "2.1.0~beta"}
Expand Down

0 comments on commit 3e155a6

Please sign in to comment.