We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e1f35 commit 34d005fCopy full SHA for 34d005f
src-opam/opam.ml
@@ -37,7 +37,7 @@ let install_opam_from_source ?(add_default_link = true) ?(prefix = "/usr/local")
37
~hash () =
38
run
39
"cd /tmp/opam-sources && cp -P -R -p . ../opam-build-%s && cd \
40
- ../opam-build-%s && git fetch && git checkout %s && ln -s \
+ ../opam-build-%s && git fetch -q && git checkout %s && ln -s \
41
../opam/src_ext/archives src_ext/archives && env \
42
PATH=\"/tmp/opam/bootstrap/ocaml/bin:$PATH\" ./configure \
43
--enable-cold-check%s%s && env \
0 commit comments