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

opam: fix uninstall

parent af37201f
Branches main
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/coq-stdpp'" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/stdpp'" ]
depends: [
"coq" { ((>= "8.5.3" & < "8.7~") | (= "dev"))}
]
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