Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
stdpp
Commits
b8ffa59a
Commit
b8ffa59a
authored
Feb 14, 2017
by
Ralf Jung
Browse files
opam: fix uninstall
parent
af37201f
Changes
1
Hide whitespace changes
Inline
Side-by-side
opam
View file @
b8ffa59a
...
...
@@ -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"))}
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment