this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix paths in secondary compilers with opam <2.1.5

authored by

Anil Madhavapeddy and committed by
David Allsopp
5560d14f 715e05dc

+5 -5
+3 -3
packages/dune-secondary/dune-secondary.3.8.1/opam
··· 37 37 dev-repo: "git+https://github.com/ocaml/dune.git" 38 38 build-env: [PATH += "%{ocaml-secondary-compiler:share}%/bin"] 39 39 build: [ 40 - ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin ocaml boot/bootstrap.ml -j %{jobs}%"] { opam-version < "2.1.5"} 40 + ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin:$PATH ocaml boot/bootstrap.ml -j %{jobs}%"] { opam-version < "2.1.5"} 41 41 ["ocaml" "boot/bootstrap.ml" "-j" jobs] { opam-version >= "2.1.5" } 42 - ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin ./_boot/dune.exe build dune.install --release --profile dune-bootstrap -j %{jobs}%" ] { opam-version < "2.1.5" } 42 + ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin:$PATH ./_boot/dune.exe build dune.install --release --profile dune-bootstrap -j %{jobs}%" ] { opam-version < "2.1.5" } 43 43 ["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] { opam-version >= "2.1.5" } 44 44 ] 45 45 install: [ 46 46 ["./_boot/dune.exe" "install" "dune" "--prefix" "%{ocaml-secondary-compiler:share}%"] { opam-version >= "2.1.5" } 47 - ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin ./_boot/dune.exe install dune --prefix %{ocaml-secondary-compiler:share}%"] { opam-version < "2.1.5" } 47 + ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin:$PATH ./_boot/dune.exe install dune --prefix %{ocaml-secondary-compiler:share}%"] { opam-version < "2.1.5" } 48 48 ] 49 49 depends: [ 50 50 "ocaml-secondary-compiler" {>="4.14.1"}
+2 -2
packages/menhir-secondary/menhir-secondary.20210419/opam
··· 13 13 ] 14 14 build: [ 15 15 ["dune" "build"] { opam-version >= "2.1.5" } 16 - ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin dune build"] { opam-version < "2.1.5"} 16 + ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin:$PATH dune build"] { opam-version < "2.1.5"} 17 17 ] 18 18 install: [ 19 - ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin dune install --prefix %{ocaml-secondary-compiler:share}%"] { opam-version < "2.1.5"} 19 + ["sh" "-exc" "PATH=%{ocaml-secondary-compiler:share}%/bin:$PATH dune install --prefix %{ocaml-secondary-compiler:share}%"] { opam-version < "2.1.5"} 20 20 ["dune" "install" "--prefix" ocaml-secondary-compiler:share] { opam-version >= "2.1.5" } 21 21 ] 22 22 depends: [