Skip to content
Snippets Groups Projects
Commit 2bab25d0 authored by Ralf Jung's avatar Ralf Jung
Browse files

opam: don't use the shell for no good reason

parent b8aba40a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ license: "BSD" ...@@ -8,7 +8,7 @@ license: "BSD"
dev-repo: "https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp.git" dev-repo: "https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp.git"
build: [make "-j%{jobs}%"] build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/stdpp'" ] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
depends: [ depends: [
"coq" { >= "8.6" & < "8.8~" } "coq" { >= "8.6" & < "8.8~" }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment